mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
7 lines
168 B
Haxe
7 lines
168 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.FlxSubState;
|
|
import funkin.modding.IHook;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxSubState extends FlxSubState implements IHook {}
|