1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-03 20:28:04 +00:00
Funkin/source/funkin/ui/ScriptedMusicBeatSubState.hx

9 lines
280 B
Haxe
Raw Permalink Normal View History

2025-01-23 03:27:05 +00:00
package funkin.ui;
2022-07-22 20:11:18 +00:00
/**
2023-06-09 19:44:29 +00:00
* A script that can be tied to a MusicBeatSubState.
* Create a scripted class that extends MusicBeatSubState to use this.
*/
@:hscriptClass
2025-01-23 03:27:05 +00:00
class ScriptedMusicBeatSubState extends funkin.ui.MusicBeatSubState implements polymod.hscript.HScriptedClass {}