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

◆ AutoFlush

bool System.Diagnostics.Trace.AutoFlush
staticget

Definition at line 24 of file Trace.cs.

25 {
26 get
27 {
28 if (!true)
29 {
30 }
31 return TraceInternal.AutoFlush;
32 }
33 }