1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 01:00:53 +00:00
Funkin/source/funkin/modding/base/ScriptedMusicBeatSubState.hx

9 lines
271 B
Haxe
Raw Normal View History

2022-07-22 20:11:18 +00:00
package funkin.modding.base;
/**
2023-06-09 19:44:29 +00:00
* 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 {}