Merge remote-tracking branch 'origin/recapitalizing' into bugfix/character-data

This commit is contained in:
EliteMasterEric 2023-06-09 15:46:40 -04:00
commit ba20e5c39c
4 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
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 {}