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
Axis.cs
Go to the documentation of this file.
1using System;
2
3namespace Controller
4{
5 // Token: 0x02000B5C RID: 2908
6 public enum Axis
7 {
8 // Token: 0x04008D57 RID: 36183
10 // Token: 0x04008D58 RID: 36184
12 // Token: 0x04008D59 RID: 36185
14 // Token: 0x04008D5A RID: 36186
16 // Token: 0x04008D5B RID: 36187
18 // Token: 0x04008D5C RID: 36188
20 // Token: 0x04008D5D RID: 36189
22 // Token: 0x04008D5E RID: 36190
24 // Token: 0x04008D5F RID: 36191
25 Count
26 }
27}