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

    Interface ICategory

    interface ICategory {
        name: string;
        order: number;
        parentCategory: string;
    }
    Index

    Properties

    name: string
    order: number
    parentCategory: string