Move Location to Entity namespace

This commit is contained in:
Dylan K. Taylor
2019-08-05 17:20:48 +01:00
parent 927e05d038
commit 358fea9645
4 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@ namespace pocketmine\event\player;
use pocketmine\event\Cancellable;
use pocketmine\event\CancellableTrait;
use pocketmine\player\Player;
use pocketmine\world\Location;
use pocketmine\entity\Location;
class PlayerMoveEvent extends PlayerEvent implements Cancellable{
use CancellableTrait;