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
InputMode.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.GameInput
4{
5 // Token: 0x020006CA RID: 1738
6 public enum InputMode
7 {
8 // Token: 0x04007A12 RID: 31250
10 // Token: 0x04007A13 RID: 31251
12 // Token: 0x04007A14 RID: 31252
13 Mouse,
14 // Token: 0x04007A15 RID: 31253
16 // Token: 0x04007A16 RID: 31254
18 }
19}