mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
16 lines
578 B
Haxe
16 lines
578 B
Haxe
package funkin.modding.base;
|
|
|
|
/**
|
|
<<<<<<< HEAD
|
|
* 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 {}
|
|
=======
|
|
* 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
|