mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
Moved skin back
Not too sure what I planned on doing with that
This commit is contained in:
parent
898af49e97
commit
3bacb1a9cb
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user