Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IExtension

    Information about an extension available from the info.json file

    interface IExtension {
        author: string;
        bundled?: boolean;
        description: string;
        id?: string;
        issueTrackerURL?: string;
        modId?: number;
        name: string;
        namespace?: string;
        path?: string;
        type?: ExtensionType;
        version: string;
    }
    Index

    Properties

    author: string
    bundled?: boolean
    description: string
    id?: string
    issueTrackerURL?: string
    modId?: number
    name: string
    namespace?: string
    path?: string
    version: string