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
InputDeviceClass.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x0200002E RID: 46
6 public enum InputDeviceClass
7 {
8 // Token: 0x04000234 RID: 564
10 // Token: 0x04000235 RID: 565
12 // Token: 0x04000236 RID: 566
13 Mouse,
14 // Token: 0x04000237 RID: 567
16 // Token: 0x04000238 RID: 568
17 Remote,
18 // Token: 0x04000239 RID: 569
20 // Token: 0x0400023A RID: 570
22 }
23}