Moved projectile-related classes to their own namespace

This commit is contained in:
Dylan K. Taylor
2017-10-19 12:27:44 +01:00
parent 55de75b914
commit 584810780a
18 changed files with 23 additions and 16 deletions

View File

@ -29,6 +29,8 @@ namespace pocketmine\entity;
use pocketmine\block\Block;
use pocketmine\block\BlockFactory;
use pocketmine\block\Water;
use pocketmine\entity\projectile\Arrow;
use pocketmine\entity\projectile\Snowball;
use pocketmine\event\entity\EntityDamageEvent;
use pocketmine\event\entity\EntityDespawnEvent;
use pocketmine\event\entity\EntityLevelChangeEvent;