seriously? ...

This commit is contained in:
Dylan K. Taylor
2022-06-08 14:21:57 +01:00
parent 0a22e4606d
commit e78f20391e

View File

@ -32,6 +32,7 @@ namespace pocketmine\tools\generate_item_upgrade_schema;
use pocketmine\errorhandler\ErrorToExceptionHandler;
use Webmozart\PathUtil\Path;
use function count;
use function dirname;
use function file_get_contents;
use function file_put_contents;
use function is_array;