Move Effect and EffectInstance to entity\effect namespace

This commit is contained in:
Dylan K. Taylor
2019-01-28 15:40:39 +00:00
parent a6237958e8
commit 78dfcc5f2d
35 changed files with 35 additions and 67 deletions

View File

@ -23,8 +23,8 @@ declare(strict_types=1);
namespace pocketmine\item;
use pocketmine\entity\Effect;
use pocketmine\entity\EffectInstance;
use pocketmine\entity\effect\Effect;
use pocketmine\entity\effect\EffectInstance;
class GoldenApple extends Food{