This commit is contained in:
Dylan K. Taylor
2022-01-15 22:27:06 +00:00
parent d9deb571ed
commit c221484fc3

View File

@ -34,6 +34,7 @@ use pocketmine\math\Facing;
use pocketmine\math\Vector3;
use pocketmine\player\Player;
use pocketmine\world\sound\LecternPlaceBookSound;
use function count;
class Lectern extends Transparent{
use FacesOppositePlacingPlayerTrait;