terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
InputRangeType.cs
Go to the documentation of this file.
1using System;
3
4namespace InControl
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000025")]
7 public enum InputRangeType
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40001CB")]
10 None,
11 [global::Cpp2ILInjected.Token(Token = "0x40001CC")]
13 [global::Cpp2ILInjected.Token(Token = "0x40001CD")]
15 [global::Cpp2ILInjected.Token(Token = "0x40001CE")]
17 [global::Cpp2ILInjected.Token(Token = "0x40001CF")]
19 [global::Cpp2ILInjected.Token(Token = "0x40001D0")]
21 [global::Cpp2ILInjected.Token(Token = "0x40001D1")]
23 }
24}