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

◆ ElapsedMilliseconds

long System.Diagnostics.Stopwatch.ElapsedMilliseconds
get

Definition at line 50 of file Stopwatch.cs.

51 {
52 get
53 {
54 int num = 1;
55 if (num == 0)
56 {
57 }
58 if (num != 0)
59 {
60 return this.ElapsedTicks;
61 }
64 throw new OverflowException();
65 }
66 }
class f__AnonymousType0<< Count > j__TPar
double TotalMilliseconds
Definition TimeSpan.cs:117

Referenced by Terraria.Main.DoUpdate_AutoSave().