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
BallPassThroughType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Physics
4{
5 // Token: 0x02000540 RID: 1344
7 {
8 // Token: 0x04003B98 RID: 15256
9 None,
10 // Token: 0x04003B99 RID: 15257
11 Water,
12 // Token: 0x04003B9A RID: 15258
13 Honey,
14 // Token: 0x04003B9B RID: 15259
15 Lava,
16 // Token: 0x04003B9C RID: 15260
17 Tile
18 }
19}