Funkin/source/funkin/modding/base/ScriptedMusicBeatSubState.hx

17 lines
578 B
Haxe
Raw Normal View History

2022-07-22 16:11:18 -04:00
package funkin.modding.base;
/**
<<<<<<< HEAD
* A script that can be tied to a MusicBeatSubstate.
* Create a scripted class that extends MusicBeatSubstate to use this.
*/
2022-07-22 16:11:18 -04:00
@:hscriptClass
class ScriptedMusicBeatSubstate extends funkin.MusicBeatSubstate implements HScriptedClass {}
=======
2023-06-09 15:44:29 -04:00
* 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 {}
>>>>>>> f73c34bcbea4289202f6ef90522808b211d1cf44