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
HouseType.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000910")]
7 public enum HouseType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40082AD")]
10 Wood,
11 [global::Cpp2ILInjected.Token(Token = "0x40082AE")]
12 Ice,
13 [global::Cpp2ILInjected.Token(Token = "0x40082AF")]
14 Desert,
15 [global::Cpp2ILInjected.Token(Token = "0x40082B0")]
16 Jungle,
17 [global::Cpp2ILInjected.Token(Token = "0x40082B1")]
19 [global::Cpp2ILInjected.Token(Token = "0x40082B2")]
20 Granite,
21 [global::Cpp2ILInjected.Token(Token = "0x40082B3")]
22 Marble
23 }
24}