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

◆ TimerState

Enumerator
Ready 
Fired 
Cancelled 
Sentinel 

Definition at line 579 of file TimerThread.cs.

580 {
581 // Token: 0x04000AD5 RID: 2773
582 Ready,
583 // Token: 0x04000AD6 RID: 2774
584 Fired,
585 // Token: 0x04000AD7 RID: 2775
586 Cancelled,
587 // Token: 0x04000AD8 RID: 2776
589 }