mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-02 12:27:01 -05:00
8 lines
177 B
Haxe
8 lines
177 B
Haxe
|
package funkin.modding.base;
|
||
|
|
||
|
import funkin.MusicBeatState;
|
||
|
import funkin.modding.IHook;
|
||
|
|
||
|
@:hscriptClass
|
||
|
class ScriptedMusicBeatState extends MusicBeatState implements IHook {}
|