This commit is contained in:
Dylan K. Taylor 2024-12-07 16:08:54 +00:00
parent ef3d16597a
commit 4906f5bec2
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -43,7 +43,6 @@ use pocketmine\world\Position;
use pocketmine\world\sound\ChestCloseSound; use pocketmine\world\sound\ChestCloseSound;
use pocketmine\world\sound\ChestOpenSound; use pocketmine\world\sound\ChestOpenSound;
use pocketmine\world\sound\Sound; use pocketmine\world\sound\Sound;
use function count;
class Chest extends Transparent implements AnimatedContainer{ class Chest extends Transparent implements AnimatedContainer{
use AnimatedContainerTrait; use AnimatedContainerTrait;