mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-27 19:18:53 +00:00
9 lines
248 B
Haxe
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 {}
|