Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SmartInteractScanSettings.cs
Go to the documentation of this file.
2
4
6{
7 public Player player;
8
10
11 public bool FullInteraction;
12
14
15 public int LX;
16
17 public int HX;
18
19 public int LY;
20
21 public int HY;
22}