mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
remove utils\Color, use new pocketmine/color class
we're so close to separating protocol from core !!!
This commit is contained in:
@@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\block\utils;
|
||||
|
||||
use pocketmine\utils\Color;
|
||||
use pocketmine\color\Color;
|
||||
use pocketmine\utils\EnumTrait;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user