Updated TSPlayer.cs - Adding /region name - hit a block and get the name of region you are in

This commit is contained in:
darkunderdog 2011-08-12 06:50:53 -05:00
parent 3dde96c369
commit 011bdc720f

View file

@ -42,6 +42,7 @@ namespace TShockAPI
public Rectangle TempArea;
public bool AwaitingTemp1 { get; set; }
public bool AwaitingTemp2 { get; set; }
public bool AwaitingName { get; set; }
public DateTime LastExplosive { get; set; }
public DateTime LastTileChangeNotify { get; set; }
public bool InitSpawn;