mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-08-31 02:45:13 +00:00
9 lines
268 B
Haxe
9 lines
268 B
Haxe
package funkin.ui;
|
|
|
|
/**
|
|
* A script that can be tied to a MusicBeatState.
|
|
* Create a scripted class that extends MusicBeatState to use this.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedMusicBeatState extends funkin.ui.MusicBeatState implements polymod.hscript.HScriptedClass {}
|