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

◆ Compare() [4/4]

int System.Threading.Timer.TimerComparer.Compare ( Timer tx,
Timer ty )
inline

Definition at line 153 of file Timer.cs.

154 {
155 int num = 1;
156 long next_run = tx.next_run;
157 long next_run2 = ty.next_run;
158 if (num == 0)
159 {
160 }
161 int num2;
162 return num2;
163 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Threading.Timer.next_run.