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
GamePadType.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000349 RID: 841
6 public enum GamePadType
7 {
8 // Token: 0x04002316 RID: 8982
10 // Token: 0x04002317 RID: 8983
11 GamePad,
12 // Token: 0x04002318 RID: 8984
13 Wheel,
14 // Token: 0x04002319 RID: 8985
16 // Token: 0x0400231A RID: 8986
18 // Token: 0x0400231B RID: 8987
20 // Token: 0x0400231C RID: 8988
21 Guitar,
22 // Token: 0x0400231D RID: 8989
24 // Token: 0x0400231E RID: 8990
25 DrumKit,
26 // Token: 0x0400231F RID: 8991
27 BigButtonPad = 768
28 }
29}