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

    Interface IDiscoveryState

    state of the (lengthy) gamemode discovery

    IDiscoveryState

    interface IDiscoveryState {
        phases: { [id: number]: IDiscoveryPhase };
        running: boolean;
    }
    Index

    Properties

    Properties

    phases: { [id: number]: IDiscoveryPhase }
    running: boolean