Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Indent()

static void System.Diagnostics.Debug.Indent ( )
inlinestatic

Definition at line 234 of file Debug.cs.

235 {
236 IndentLevel++;
237 }
static int IndentLevel
Definition Debug.cs:189

References System.Diagnostics.Debug.IndentLevel.