merged master into permissions-devel
This commit is contained in:
commit
7c2f62d1be
6 changed files with 156 additions and 44 deletions
|
|
@ -8,6 +8,7 @@ namespace TShockAPI
|
|||
public class TSPlayer
|
||||
{
|
||||
public uint tileThreshold;
|
||||
public Dictionary<TShock.Position, Terraria.Tile> tilesDestroyed = new Dictionary<TShock.Position, Terraria.Tile>();
|
||||
public bool syncHP = false;
|
||||
public bool syncMP = false;
|
||||
public Group group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue