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
BatteryChargeStatus.cs
Go to the documentation of this file.
1using System;
3
5{
6 [Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000320")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4002221")]
11 Charging = 8,
12 [global::Cpp2ILInjected.Token(Token = "0x4002222")]
13 Critical = 4,
14 [global::Cpp2ILInjected.Token(Token = "0x4002223")]
15 High = 1,
16 [global::Cpp2ILInjected.Token(Token = "0x4002224")]
17 Low = 2,
18 [global::Cpp2ILInjected.Token(Token = "0x4002225")]
19 NoSystemBattery = 128,
20 [global::Cpp2ILInjected.Token(Token = "0x4002226")]
21 Unknown = 255
22 }
23}