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.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20002A4")]
7 public enum OperationalStatus
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 }
24}