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
ProgressBarColor.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000010")]
7 public enum ProgressBarColor
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
10 Red,
11 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
12 Pink,
13 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
14 Orange,
15 [global::Cpp2ILInjected.Token(Token = "0x4000017")]
16 Yellow,
17 [global::Cpp2ILInjected.Token(Token = "0x4000018")]
18 Green,
19 [global::Cpp2ILInjected.Token(Token = "0x4000019")]
20 Blue,
21 [global::Cpp2ILInjected.Token(Token = "0x400001A")]
22 Indigo,
23 [global::Cpp2ILInjected.Token(Token = "0x400001B")]
24 Violet,
25 [global::Cpp2ILInjected.Token(Token = "0x400001C")]
26 White
27 }
28}