mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 02:38:54 +00:00
Barrel: added missing function import
This commit is contained in:
parent
de40ad80a6
commit
16b71a265f
@ -31,6 +31,7 @@ use pocketmine\math\Facing;
|
|||||||
use pocketmine\math\Vector3;
|
use pocketmine\math\Vector3;
|
||||||
use pocketmine\player\Player;
|
use pocketmine\player\Player;
|
||||||
use pocketmine\world\BlockTransaction;
|
use pocketmine\world\BlockTransaction;
|
||||||
|
use function abs;
|
||||||
|
|
||||||
class Barrel extends Opaque{
|
class Barrel extends Opaque{
|
||||||
use AnyFacingTrait;
|
use AnyFacingTrait;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user