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

    Interface IModRule

    interface IModRule {
        downloadHint?: IDownloadHint;
        extra?: { [key: string]: any };
        fileList?: IFileListItem[];
        ignored?: boolean;
        installerChoices?: any;
        reference: IModReference;
    }

    Hierarchy

    • unknown
      • IModRule
    Index

    Properties

    downloadHint?: IDownloadHint
    extra?: { [key: string]: any }
    fileList?: IFileListItem[]
    ignored?: boolean
    installerChoices?: any
    reference: IModReference