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
TouchType.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000059 RID: 89
6 public enum TouchType
7 {
8 // Token: 0x040003C6 RID: 966
9 Direct,
10 // Token: 0x040003C7 RID: 967
12 // Token: 0x040003C8 RID: 968
13 Stylus,
14 // Token: 0x040003C9 RID: 969
15 Mouse
16 }
17}