mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
@ -34,7 +34,7 @@ use pocketmine\world\sound\BowShootSound;
|
||||
use function intdiv;
|
||||
use function min;
|
||||
|
||||
class Bow extends Tool{
|
||||
class Bow extends Tool implements Releasable{
|
||||
|
||||
public function getFuelTime() : int{
|
||||
return 200;
|
||||
|
Reference in New Issue
Block a user