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:
parent
f42a23e4c1
commit
43ecc064bd
4 changed files with 58 additions and 70 deletions
|
|
@ -48,6 +48,10 @@ namespace TShockAPI
|
|||
{
|
||||
get { return TPlayer.active; }
|
||||
}
|
||||
public int Team
|
||||
{
|
||||
get { return TPlayer.team; }
|
||||
}
|
||||
|
||||
public float X
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue