Moved skin back

Not too sure what I planned on doing with that
This commit is contained in:
Stephen 2019-11-07 19:45:20 -05:00
parent 898af49e97
commit 3bacb1a9cb

View File

@ -34,14 +34,14 @@ class PlayerListEntry{
public $entityUniqueId; public $entityUniqueId;
/** @var string */ /** @var string */
public $username; public $username;
/** @var Skin */
public $skin;
/** @var string */ /** @var string */
public $xboxUserId; public $xboxUserId;
/** @var string */ /** @var string */
public $platformChatId = ""; public $platformChatId = "";
/** @var int */ /** @var int */
public $buildPlatform = 0; //Unknown public $buildPlatform = 0; //Unknown
/** @var Skin */
public $skin;
/** @var bool */ /** @var bool */
public $isTeacher = false; public $isTeacher = false;
/** @var bool */ /** @var bool */