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

◆ UseGlobalLock

bool System.Diagnostics.Trace.UseGlobalLock
staticgetset

Definition at line 33 of file Trace.cs.

34 {
35 get
36 {
37 return TraceInternal.UseGlobalLock;
38 }
39 set
40 {
41 TraceInternal.UseGlobalLock = value;
42 }
43 }