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

◆ TimerThreadState

Enumerator
Idle 
Running 
Stopped 

Definition at line 308 of file TimerThread.cs.

309 {
310 // Token: 0x04000AC9 RID: 2761
311 Idle,
312 // Token: 0x04000ACA RID: 2762
313 Running,
314 // Token: 0x04000ACB RID: 2763
315 Stopped
316 }