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.cs
Go to the documentation of this file.
1using System;
2
3namespace NaughtyAttributes
4{
5 // Token: 0x02000010 RID: 16
6 public enum ProgressBarColor
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 }
27}