mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 22:34:36 +00:00
11 lines
233 B
Haxe
11 lines
233 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.group.FlxSpriteGroup;
|
|
import funkin.modding.IHook;
|
|
|
|
@:hscriptClass
|
|
class ScriptedFlxSpriteGroup extends FlxSpriteGroup implements IHook
|
|
{
|
|
// No body needed for this class, it's magic ;)
|
|
}
|