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

    Interface IHistoryPersistent

    interface IHistoryPersistent {
        historyStacks: { [key: string]: IHistoryEvent[] };
    }
    Index

    Properties

    Properties

    historyStacks: { [key: string]: IHistoryEvent[] }