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
Buttons.cs
Go to the documentation of this file.
1using System;
2
3namespace Controller
4{
5 // Token: 0x02000B5D RID: 2909
6 public enum Buttons
7 {
8 // Token: 0x04008D61 RID: 36193
10 // Token: 0x04008D62 RID: 36194
11 Action2,
12 // Token: 0x04008D63 RID: 36195
13 Action3,
14 // Token: 0x04008D64 RID: 36196
15 Action4,
16 // Token: 0x04008D65 RID: 36197
18 // Token: 0x04008D66 RID: 36198
20 // Token: 0x04008D67 RID: 36199
22 // Token: 0x04008D68 RID: 36200
24 // Token: 0x04008D69 RID: 36201
25 Options,
26 // Token: 0x04008D6A RID: 36202
27 Switch,
28 // Token: 0x04008D6B RID: 36203
30 // Token: 0x04008D6C RID: 36204
32 // Token: 0x04008D6D RID: 36205
33 Back,
34 // Token: 0x04008D6E RID: 36206
35 Count
36 }
37}