Changed Regions to a tile selection by hitting it. Makes everything a ton more accurate.
This commit is contained in:
parent
8d2a90cee3
commit
88b9a85b5c
3 changed files with 42 additions and 13 deletions
|
|
@ -39,6 +39,8 @@ namespace TShockAPI
|
|||
public int Index { get; protected set; }
|
||||
public DateTime LastPvpChange { get; protected set; }
|
||||
public Rectangle TempArea;
|
||||
public bool AwaitingTemp1 { get; set; }
|
||||
public bool AwaitingTemp2 { get; set; }
|
||||
public DateTime LastExplosive { get; set; }
|
||||
public DateTime LastTileChangeNotify { get; set; }
|
||||
public bool InitSpawn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue