merged master into permissions-devel

This commit is contained in:
Maverick Motherfucker 2011-06-05 12:12:48 -07:00
commit 7c2f62d1be
6 changed files with 156 additions and 44 deletions

View file

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