Added Team to TSPlayer

Updated Tools.NewNPC to take in NPCList and TSPlayer
Broadcasting when anti-build or spawn protection is toggled
This commit is contained in:
ricky 2011-06-15 15:00:33 +10:00
parent f42a23e4c1
commit 43ecc064bd
4 changed files with 58 additions and 70 deletions

View file

@ -48,6 +48,10 @@ namespace TShockAPI
{
get { return TPlayer.active; }
}
public int Team
{
get { return TPlayer.team; }
}
public float X
{