mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Fixed SetHeartExplodeIntervalEvent not inheriting Event.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ public class SetHeartExplodeIntervalEvent @JvmOverloads constructor(
|
|||||||
* The interval in beats.
|
* The interval in beats.
|
||||||
*/
|
*/
|
||||||
public var interval: Double = 1.0,
|
public var interval: Double = 1.0,
|
||||||
) {
|
) : BeatSpecificSoundEvent() {
|
||||||
/**
|
/**
|
||||||
* The type of interval calculation for heart explosions.
|
* The type of interval calculation for heart explosions.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user