Changed Regions to a tile selection by hitting it. Makes everything a ton more accurate.

This commit is contained in:
Twitchy 2011-08-08 22:11:17 +12:00
parent 8d2a90cee3
commit 88b9a85b5c
3 changed files with 42 additions and 13 deletions

View file

@ -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;