clean up imports

This commit is contained in:
Dylan K. Taylor
2019-08-20 15:59:27 +01:00
parent ea374f5c37
commit 794c7b2469
16 changed files with 3 additions and 21 deletions

View File

@ -23,10 +23,10 @@ declare(strict_types=1);
namespace pocketmine\event\player;
use pocketmine\entity\Location;
use pocketmine\event\Cancellable;
use pocketmine\event\CancellableTrait;
use pocketmine\player\Player;
use pocketmine\entity\Location;
class PlayerMoveEvent extends PlayerEvent implements Cancellable{
use CancellableTrait;