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
PartyHatColor.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria
4{
5 // Token: 0x0200042D RID: 1069
6 public enum PartyHatColor
7 {
8 // Token: 0x040033F2 RID: 13298
9 None,
10 // Token: 0x040033F3 RID: 13299
11 Blue,
12 // Token: 0x040033F4 RID: 13300
13 Pink,
14 // Token: 0x040033F5 RID: 13301
15 Cyan,
16 // Token: 0x040033F6 RID: 13302
17 Purple,
18 // Token: 0x040033F7 RID: 13303
19 White,
20 // Token: 0x040033F8 RID: 13304
21 Count = 5
22 }
23}