mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Imports cleanup
This commit is contained in:
@ -24,8 +24,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\event\level;
|
||||
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\level\format\Chunk;
|
||||
use pocketmine\level\Level;
|
||||
|
||||
/**
|
||||
* Chunk-related events
|
||||
|
@ -24,8 +24,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\event\level;
|
||||
|
||||
use pocketmine\level\Level;
|
||||
use pocketmine\level\format\Chunk;
|
||||
use pocketmine\level\Level;
|
||||
|
||||
/**
|
||||
* Called when a Chunk is loaded
|
||||
|
Reference in New Issue
Block a user