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
BatteryChargeStatus.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000320 RID: 800
6 [Flags]
8 {
9 // Token: 0x04002221 RID: 8737
10 Charging = 8,
11 // Token: 0x04002222 RID: 8738
12 Critical = 4,
13 // Token: 0x04002223 RID: 8739
14 High = 1,
15 // Token: 0x04002224 RID: 8740
16 Low = 2,
17 // Token: 0x04002225 RID: 8741
18 NoSystemBattery = 128,
19 // Token: 0x04002226 RID: 8742
20 Unknown = 255
21 }
22}