s/PlayerID/PlayerId

This commit is contained in:
Egor 2018-04-27 19:52:20 +03:00
parent a1f7179b46
commit d5da93563e

View file

@ -803,7 +803,7 @@ namespace TShockAPI
/// <summary>
/// The Terraria playerID of the player
/// </summary>
public byte PlayerID { get; set; }
public byte PlayerId { get; set; }
/// <summary>
/// X location of the player's spawn
/// </summary>
@ -827,7 +827,7 @@ namespace TShockAPI
{
Player = player,
Data = data,
PlayerID = pid,
PlayerId = pid,
SpawnX = spawnX,
SpawnY = spawnY,
};