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

◆ BallPassThroughType

Enumerator
None 
Water 
Honey 
Lava 
Tile 

Definition at line 7 of file BallPassThroughType.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4003B98")]
10 None,
11 [global::Cpp2ILInjected.Token(Token = "0x4003B99")]
12 Water,
13 [global::Cpp2ILInjected.Token(Token = "0x4003B9A")]
14 Honey,
15 [global::Cpp2ILInjected.Token(Token = "0x4003B9B")]
16 Lava,
17 [global::Cpp2ILInjected.Token(Token = "0x4003B9C")]
18 Tile
19 }