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
OperationalStatus.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002A4 RID: 676
6 public enum OperationalStatus
7 {
8 // Token: 0x04000E98 RID: 3736
9 Up = 1,
10 // Token: 0x04000E99 RID: 3737
11 Down,
12 // Token: 0x04000E9A RID: 3738
13 Testing,
14 // Token: 0x04000E9B RID: 3739
15 Unknown,
16 // Token: 0x04000E9C RID: 3740
17 Dormant,
18 // Token: 0x04000E9D RID: 3741
20 // Token: 0x04000E9E RID: 3742
22 }
23}