mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 16:55:17 +00:00
8 lines
168 B
Haxe
8 lines
168 B
Haxe
|
package funkin.modding.base;
|
||
|
|
||
|
import flixel.FlxSubState;
|
||
|
import funkin.modding.IHook;
|
||
|
|
||
|
@:hscriptClass
|
||
|
class ScriptedFlxSubState extends FlxSubState implements IHook {}
|