Files
2025-06-05 10:47:20 +02:00

9 lines
248 B
Haxe

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 {}