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

    Interface IGameStoreEntry

    interface IGameStoreEntry {
        appid: string;
        gamePath: string;
        gameStoreId: string;
        lastUpdated?: Date;
        lastUser?: string;
        name: string;
        priority?: number;
    }
    Index

    Properties

    appid: string
    gamePath: string
    gameStoreId: string
    lastUpdated?: Date
    lastUser?: string
    name: string
    priority?: number