2022-07-22 16:11:18 -04:00
|
|
|
package funkin.modding.base;
|
|
|
|
|
2023-01-22 22:25:45 -05:00
|
|
|
/**
|
2023-06-09 16:03:36 -04:00
|
|
|
<<<<<<< HEAD
|
2023-01-22 22:25:45 -05:00
|
|
|
* 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
|
2023-01-22 22:25:45 -05:00
|
|
|
class ScriptedMusicBeatSubstate extends funkin.MusicBeatSubstate implements HScriptedClass {}
|
2023-06-09 16:03:36 -04:00
|
|
|
=======
|
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 {}
|
2023-06-09 16:03:36 -04:00
|
|
|
>>>>>>> f73c34bcbea4289202f6ef90522808b211d1cf44
|