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
BallState.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Physics
4{
5 // Token: 0x02000541 RID: 1345
6 public enum BallState
7 {
8 // Token: 0x04003B9E RID: 15262
10 // Token: 0x04003B9F RID: 15263
11 Moving,
12 // Token: 0x04003BA0 RID: 15264
14 }
15}