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
SmartInteractScanSettings.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000847 RID: 2119
8 {
9 // Token: 0x04008143 RID: 33091
10 public Player player;
11
12 // Token: 0x04008144 RID: 33092
14
15 // Token: 0x04008145 RID: 33093
16 public bool FullInteraction;
17
18 // Token: 0x04008146 RID: 33094
20
21 // Token: 0x04008147 RID: 33095
22 public int LX;
23
24 // Token: 0x04008148 RID: 33096
25 public int HX;
26
27 // Token: 0x04008149 RID: 33097
28 public int LY;
29
30 // Token: 0x0400814A RID: 33098
31 public int HY;
32 }
33}