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

◆ StartNew()

static Stopwatch System.Diagnostics.Stopwatch.StartNew ( )
inlinestatic

Definition at line 41 of file Stopwatch.cs.

42 {
43 Stopwatch stopwatch = new Stopwatch();
44 stopwatch.Start();
45 return stopwatch;
46 }

References System.Diagnostics.Stopwatch.Stopwatch(), and System.Diagnostics.Stopwatch.Start().

Referenced by Terraria.Main.DrawToMap_Section().