Kick/Ban now take TSPlayer instead of player index
This commit is contained in:
parent
fc2d04ad9f
commit
3af6e990dc
4 changed files with 58 additions and 59 deletions
|
|
@ -26,8 +26,6 @@ namespace TShockAPI
|
|||
{
|
||||
public static readonly TSPlayer Server = new ServerPlayer();
|
||||
public static readonly TSPlayer All = new TSPlayer(new Player { name = "All", whoAmi = -1 });
|
||||
|
||||
|
||||
public uint TileThreshold { get; set; }
|
||||
public Dictionary<Vector2, Tile> TilesDestroyed { get; set; }
|
||||
public bool SyncHP { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue