mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Add missing import
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
namespace pocketmine\utils;
|
||||
|
||||
use pocketmine\entity\Entity;
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class Binary{
|
||||
const BIG_ENDIAN = 0x00;
|
||||
|
Reference in New Issue
Block a user