mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Merge remote-tracking branch 'origin/recapitalizing' into bugfix/character-data
This commit is contained in:
commit
ba20e5c39c
4 changed files with 8 additions and 0 deletions
8
source/funkin/modding/base/ScriptedMusicBeatSubState.hx
Normal file
8
source/funkin/modding/base/ScriptedMusicBeatSubState.hx
Normal 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 {}
|
Loading…
Reference in a new issue