Imports rearrangement

This commit is contained in:
SOF3
2016-10-03 00:35:24 +08:00
parent 84e15b6b1a
commit 6fc435da0e
115 changed files with 42 additions and 199 deletions

View File

@ -21,7 +21,6 @@
namespace pocketmine\event;
use pocketmine\entity\Entity;
use pocketmine\network\protocol\DataPacket;
use pocketmine\Player;

View File

@ -24,7 +24,6 @@ namespace pocketmine\event\plugin;
use pocketmine\plugin\Plugin;
class PluginDisableEvent extends PluginEvent{
public static $handlerList = null;

View File

@ -24,7 +24,6 @@ namespace pocketmine\event\plugin;
use pocketmine\plugin\Plugin;
class PluginEnableEvent extends PluginEvent{
public static $handlerList = null;