mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 14:24:28 +00: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 {}
|