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.
1
using
System
;
2
3
namespace
Terraria.Physics
4
{
5
// Token: 0x02000540 RID: 1344
6
public
enum
BallPassThroughType
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
}
System
Definition
__ComObject.cs:4
Terraria.Physics.BallPassThroughType
BallPassThroughType
Definition
BallPassThroughType.cs:7
Terraria.Physics.BallPassThroughType.Lava
@ Lava
Terraria.Physics.BallPassThroughType.Water
@ Water
Terraria.Physics.BallPassThroughType.None
@ None
Terraria.Physics.BallPassThroughType.Honey
@ Honey
Terraria.Physics
Definition
BallCollision.cs:8
Terraria.Tile
Definition
Tile.cs:12
source
Terraria
Physics
BallPassThroughType.cs
Generated by
1.10.0