terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DecreaseIndent()

void InControl.Internal.CodeWriter.DecreaseIndent ( )
inline

Definition at line 23 of file CodeWriter.cs.

24 {
25 int num = this.indent;
26 this.indent = num;
27 }
class f__AnonymousType0<< Count > j__TPar

References InControl.Internal.CodeWriter.indent, and j__TPar.