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

◆ ProgressBarColor

Enumerator
Red 
Pink 
Orange 
Yellow 
Green 
Blue 
Indigo 
Violet 
White 

Definition at line 6 of file ProgressBarColor.cs.

7 {
8 // Token: 0x04000014 RID: 20
9 Red,
10 // Token: 0x04000015 RID: 21
11 Pink,
12 // Token: 0x04000016 RID: 22
13 Orange,
14 // Token: 0x04000017 RID: 23
15 Yellow,
16 // Token: 0x04000018 RID: 24
17 Green,
18 // Token: 0x04000019 RID: 25
19 Blue,
20 // Token: 0x0400001A RID: 26
21 Indigo,
22 // Token: 0x0400001B RID: 27
23 Violet,
24 // Token: 0x0400001C RID: 28
25 White
26 }