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
InputRangeType.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000025 RID: 37
6 public enum InputRangeType
7 {
8 // Token: 0x040001CB RID: 459
9 None,
10 // Token: 0x040001CC RID: 460
12 // Token: 0x040001CD RID: 461
14 // Token: 0x040001CE RID: 462
16 // Token: 0x040001CF RID: 463
18 // Token: 0x040001D0 RID: 464
20 // Token: 0x040001D1 RID: 465
22 }
23}