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

◆ Stopwatch()

System.Diagnostics.Stopwatch.Stopwatch ( )
inline

Definition at line 27 of file Stopwatch.cs.

28 {
29 Reset();
30 }

References System.Diagnostics.Stopwatch.Reset().

Referenced by System.Diagnostics.Stopwatch.StartNew().