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

    Interface ISessionGameMode

    interface ISessionGameMode {
        addDialogVisible: boolean;
        disabled: { [gameId: string]: string };
        known: IGameStored[];
    }
    Index

    Properties

    addDialogVisible: boolean
    disabled: { [gameId: string]: string }
    known: IGameStored[]