Relocate EntityLegacyIds to pocketmine\data\bedrock package

This commit is contained in:
Dylan K. Taylor
2020-11-01 17:07:34 +00:00
parent 1f2bc8cb69
commit 12e185e3f6
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace pocketmine\network\mcpe\protocol\types\entity;
namespace pocketmine\data\bedrock;
final class EntityLegacyIds{