remove utils\Color, use new pocketmine/color class

we're so close to separating protocol from core !!!
This commit is contained in:
Dylan K. Taylor
2020-05-14 20:38:08 +01:00
parent 4437756987
commit 86db3af896
17 changed files with 50 additions and 145 deletions

View File

@ -23,9 +23,9 @@ declare(strict_types=1);
namespace pocketmine\entity\effect;
use pocketmine\color\Color;
use pocketmine\entity\Entity;
use pocketmine\entity\Living;
use pocketmine\utils\Color;
class Effect{