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
LocalPhysicsMode.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000121 RID: 289
6 [Flags]
7 public enum LocalPhysicsMode
8 {
9 // Token: 0x040004DD RID: 1245
10 None = 0,
11 // Token: 0x040004DE RID: 1246
12 Physics2D = 1,
13 // Token: 0x040004DF RID: 1247
14 Physics3D = 2
15 }
16}