mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Convert Sound into interface
This commit is contained in:
@ -29,7 +29,7 @@ use pocketmine\network\mcpe\protocol\LevelEventPacket;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
abstract class LevelEventSound extends Sound{
|
||||
abstract class LevelEventSound implements Sound{
|
||||
|
||||
/** @var float */
|
||||
protected $pitch = 0;
|
||||
|
Reference in New Issue
Block a user