mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
ree
This commit is contained in:
parent
b95dc5604d
commit
4daf644284
1 changed files with 0 additions and 8 deletions
|
@ -1,16 +1,8 @@
|
||||||
package funkin.modding.base;
|
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.
|
* A script that can be tied to a MusicBeatSubState.
|
||||||
* Create a scripted class that extends MusicBeatSubState to use this.
|
* Create a scripted class that extends MusicBeatSubState to use this.
|
||||||
*/
|
*/
|
||||||
@:hscriptClass
|
@:hscriptClass
|
||||||
class ScriptedMusicBeatSubState extends funkin.MusicBeatSubState implements HScriptedClass {}
|
class ScriptedMusicBeatSubState extends funkin.MusicBeatSubState implements HScriptedClass {}
|
||||||
>>>>>>> f73c34bcbea4289202f6ef90522808b211d1cf44
|
|
||||||
|
|
Loading…
Reference in a new issue