mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
6 lines
140 B
Haxe
6 lines
140 B
Haxe
package funkin.modding.base;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxSpriteGroup extends flixel.group.FlxSpriteGroup implements HScriptedClass
|
|
{
|
|
}
|