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
IInputControl.cs
Go to the documentation of this file.
1using System;
3
4namespace InControl
5{
6 [global::Cpp2ILInjected.Token(Token = "0x200001D")]
7 public interface IInputControl
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x17000049")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600012B")]
13 get;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x1700004A")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x600012C")]
20 get;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x1700004B")]
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x600012D")]
27 get;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x1700004C")]
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x600012E")]
34 get;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600012F")]
39 }
40}