terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ TimerState

Enumerator
Ready 
Fired 
Cancelled 
Sentinel 

Definition at line 622 of file TimerThread.cs.

623 {
624 [global::Cpp2ILInjected.Token(Token = "0x4000AD5")]
625 Ready,
626 [global::Cpp2ILInjected.Token(Token = "0x4000AD6")]
627 Fired,
628 [global::Cpp2ILInjected.Token(Token = "0x4000AD7")]
629 Cancelled,
630 [global::Cpp2ILInjected.Token(Token = "0x4000AD8")]
632 }