StartGamePacket: remove unused imports

This commit is contained in:
Dylan K. Taylor 2020-05-06 21:14:57 +01:00
parent acd37b95b8
commit a92580b993

View File

@ -31,9 +31,6 @@ use pocketmine\network\mcpe\protocol\serializer\NetworkBinaryStream;
use pocketmine\network\mcpe\protocol\types\CacheableNbt;
use pocketmine\network\mcpe\protocol\types\PlayerPermissions;
use function count;
use function file_get_contents;
use function json_decode;
use const pocketmine\RESOURCE_PATH;
class StartGamePacket extends DataPacket implements ClientboundPacket{
public const NETWORK_ID = ProtocolInfo::START_GAME_PACKET;