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

Enumerator
None 
Physics2D 
Physics3D 

Definition at line 7 of file LocalPhysicsMode.cs.

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 }