Remove unused constants

This commit is contained in:
Dylan K. Taylor
2021-10-01 22:05:03 +01:00
parent aee4a00a50
commit 42bf9578ce
2 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,6 @@ use pocketmine\world\BlockTransaction;
use pocketmine\world\sound\BellRingSound;
final class Bell extends Transparent{
private const BELL_RINGING_REPEAT_TICKS = 20;
use HorizontalFacingTrait;
private BellAttachmentType $attachmentType;