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

◆ ElapsedTicks

long System.Diagnostics.Stopwatch.ElapsedTicks
get

Definition at line 70 of file Stopwatch.cs.

71 {
72 get
73 {
74 if (this.is_running)
75 {
76 long num = this.elapsed;
77 long num2 = this.started;
78 }
79 return this.elapsed;
80 }
81 }
class f__AnonymousType0<< Count > j__TPar