mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
7 lines
194 B
Haxe
7 lines
194 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.addons.ui.FlxUIState;
|
|
import polymod.hscript.HScriptedClass;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxUIState extends FlxUIState implements HScriptedClass {}
|