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

Enumerator
Red 
Pink 
Orange 
Yellow 
Green 
Blue 
Indigo 
Violet 
White 

Definition at line 7 of file ProgressBarColor.cs.

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 }