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