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

◆ AutoFlush

bool System.Diagnostics.Debug.AutoFlush
staticgetset

Definition at line 177 of file Debug.cs.

178 {
179 get
180 {
181 return true;
182 }
183 set
184 {
185 }
186 }