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

◆ OperationalStatus

Enumerator
Up 
Down 
Testing 
Unknown 
Dormant 
NotPresent 
LowerLayerDown 

Definition at line 7 of file OperationalStatus.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000E98")]
10 Up = 1,
11 [global::Cpp2ILInjected.Token(Token = "0x4000E99")]
12 Down,
13 [global::Cpp2ILInjected.Token(Token = "0x4000E9A")]
14 Testing,
15 [global::Cpp2ILInjected.Token(Token = "0x4000E9B")]
16 Unknown,
17 [global::Cpp2ILInjected.Token(Token = "0x4000E9C")]
18 Dormant,
19 [global::Cpp2ILInjected.Token(Token = "0x4000E9D")]
21 [global::Cpp2ILInjected.Token(Token = "0x4000E9E")]
23 }