mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-03 04:47:16 -05:00
8 lines
271 B
Haxe
8 lines
271 B
Haxe
package funkin.modding.base;
|
|
|
|
/**
|
|
* A script that can be tied to a MusicBeatSubstate.
|
|
* Create a scripted class that extends MusicBeatSubstate to use this.
|
|
*/
|
|
@:hscriptClass
|
|
class ScriptedMusicBeatSubstate extends funkin.MusicBeatSubstate implements HScriptedClass {}
|