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
PartyHatColor.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200042D")]
7 public enum PartyHatColor
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40033F2")]
10 None,
11 [global::Cpp2ILInjected.Token(Token = "0x40033F3")]
12 Blue,
13 [global::Cpp2ILInjected.Token(Token = "0x40033F4")]
14 Pink,
15 [global::Cpp2ILInjected.Token(Token = "0x40033F5")]
16 Cyan,
17 [global::Cpp2ILInjected.Token(Token = "0x40033F6")]
18 Purple,
19 [global::Cpp2ILInjected.Token(Token = "0x40033F7")]
20 White,
21 [global::Cpp2ILInjected.Token(Token = "0x40033F8")]
22 Count = 5
23 }
24}