Updated TSPlayer.cs - Adding /region name - hit a block and get the name of region you are in
This commit is contained in:
parent
3dde96c369
commit
011bdc720f
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ namespace TShockAPI
|
||||||
public Rectangle TempArea;
|
public Rectangle TempArea;
|
||||||
public bool AwaitingTemp1 { get; set; }
|
public bool AwaitingTemp1 { get; set; }
|
||||||
public bool AwaitingTemp2 { get; set; }
|
public bool AwaitingTemp2 { get; set; }
|
||||||
|
public bool AwaitingName { get; set; }
|
||||||
public DateTime LastExplosive { get; set; }
|
public DateTime LastExplosive { get; set; }
|
||||||
public DateTime LastTileChangeNotify { get; set; }
|
public DateTime LastTileChangeNotify { get; set; }
|
||||||
public bool InitSpawn;
|
public bool InitSpawn;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue