mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 08:44:47 +00:00
8 lines
187 B
Haxe
8 lines
187 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.FlxSubState;
|
|
import polymod.hscript.HScriptedClass;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxSubState extends FlxSubState implements HScriptedClass {}
|