protocol: moved skin data types to their own namespace

This commit is contained in:
Dylan K. Taylor
2020-10-08 21:20:57 +01:00
parent 94c58c00b5
commit 01b44ab0bc
11 changed files with 21 additions and 20 deletions

View File

@ -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.