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

Enumerator
Wood 
Ice 
Desert 
Jungle 
Mushroom 
Granite 
Marble 

Definition at line 7 of file HouseType.cs.

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")]
18 Mushroom,
19 [global::Cpp2ILInjected.Token(Token = "0x40082B2")]
20 Granite,
21 [global::Cpp2ILInjected.Token(Token = "0x40082B3")]
22 Marble
23 }