mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-03 18:28:41 +00:00
Merge remote-tracking branch 'origin/recapitalizing' into bugfix/character-data
This commit is contained in:
commit
ba20e5c39c
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