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