Removed unused imports

This commit is contained in:
Shoghi Cervantes
2014-10-08 17:00:23 +02:00
parent aa010b7dea
commit 62af784d37
35 changed files with 33 additions and 70 deletions

View File

@ -22,8 +22,8 @@
namespace pocketmine\event\entity;
use pocketmine\entity\Entity;
use pocketmine\event\Cancellable;
use pocketmine\Event;
use pocketmine\event\Cancellable;
use pocketmine\math\Vector3 as Vector3;
class EntityMoveEvent extends EntityEvent implements Cancellable{