Files
FunkinMP/source/funkin/modding/base/ScriptedFlxSpriteGroup.hx

9 lines
304 B
Haxe

package funkin.modding.base;
/**
* A script that can be tied to an FlxSpriteGroup.
* Create a scripted class that extends FlxSpriteGroup to use this.
*/
@:hscriptClass
class ScriptedFlxSpriteGroup extends flixel.group.FlxSpriteGroup.FlxTypedSpriteGroup<flixel.FlxSprite> implements HScriptedClass {}