Fixed SetHeartExplodeIntervalEvent not inheriting Event.

This commit is contained in:
2026-04-06 17:45:07 +08:00
parent bdbf75fd49
commit 1c8ed604c2
@@ -19,7 +19,7 @@ public class SetHeartExplodeIntervalEvent @JvmOverloads constructor(
* The interval in beats.
*/
public var interval: Double = 1.0,
) {
) : BeatSpecificSoundEvent() {
/**
* The type of interval calculation for heart explosions.
*/