Files
FunkinMP/source/funkin/modding/base/ScriptedFlxSpriteGroup.hx
2025-06-05 10:47:20 +02:00

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