mooball
    Preparing search index...

    Interface Plugin

    interface Plugin {
        addonType: AddonType;
        prototype: Addon;
    }
    addonType: AddonType

    The type of this Addon class.

    prototype: Addon