generate-block-serializer-consts: don't pollute the global namespace

This commit is contained in:
Dylan K. Taylor 2022-07-04 14:58:21 +01:00
parent 17abd50f69
commit 03b8077054
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -21,6 +21,8 @@
declare(strict_types=1);
namespace pocketmine\build\generate_block_serializer_consts;
use pocketmine\data\bedrock\block\BlockStateData;
use pocketmine\data\bedrock\block\BlockStateNames;
use pocketmine\data\bedrock\block\BlockStateStringValues;