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/ScriptedMusicBeatState.hx

9 lines
268 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
/**
* A script that can be tied to a MusicBeatState.
* Create a scripted class that extends MusicBeatState to use this.
*/
2022-07-22 20:11:18 +00:00
@:hscriptClass
2025-01-23 03:27:05 +00:00
class ScriptedMusicBeatState extends funkin.ui.MusicBeatState implements polymod.hscript.HScriptedClass {}