mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
protocol: moved skin data types to their own namespace
This commit is contained in:
@ -25,7 +25,7 @@ namespace pocketmine\network\mcpe\convert;
|
||||
|
||||
use pocketmine\entity\InvalidSkinException;
|
||||
use pocketmine\entity\Skin;
|
||||
use pocketmine\network\mcpe\protocol\types\SkinData;
|
||||
use pocketmine\network\mcpe\protocol\types\skin\SkinData;
|
||||
|
||||
/**
|
||||
* Used to convert new skin data to the skin entity or old skin entity to skin data.
|
||||
|
Reference in New Issue
Block a user