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

    Interface IHistoryEvent

    interface IHistoryEvent {
        data: any;
        gameId: string;
        id?: string;
        reverted?: boolean;
        timestamp?: number;
        type: string;
    }
    Index

    Properties

    data: any
    gameId: string
    id?: string
    reverted?: boolean
    timestamp?: number
    type: string