Remove unused imports

This commit is contained in:
Dylan K. Taylor
2018-03-24 11:59:15 +00:00
parent eb9f60f41c
commit a4c50d3204
5 changed files with 0 additions and 5 deletions

View File

@ -27,7 +27,6 @@ use pocketmine\event\Cancellable;
use pocketmine\event\Event;
use pocketmine\inventory\Recipe;
use pocketmine\inventory\transaction\CraftingTransaction;
use pocketmine\item\Item;
use pocketmine\Player;
class CraftItemEvent extends Event implements Cancellable{