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