mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 11:26:53 -05:00
7 lines
187 B
Haxe
7 lines
187 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.FlxSubState;
|
|
import polymod.hscript.HScriptedClass;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxSubState extends FlxSubState implements HScriptedClass {}
|