package funkin.modding.base;

/**
 * A script that can be tied to an FlxSubState.
 * Create a scripted class that extends FlxSubState to use this.
 */
@:hscriptClass
class ScriptedFlxSubState extends flixel.FlxSubState implements HScriptedClass {}