UNPKG

@firestone-hs/replay-parser

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.

17 lines (16 loc) 794 B
import { GameAction } from '@firestone-hs/simulate-bgs-battle/dist/simulation/spectator/game-action'; import { GameSample } from '@firestone-hs/simulate-bgs-battle/dist/simulation/spectator/game-sample'; export declare class ExtendedGameSample implements GameSample { readonly actions: readonly GameAction[]; readonly playerCardId: string; readonly playerHeroPowerCardId: string; readonly playerHeroPowerUsed: boolean; readonly opponentCardId: string; readonly opponentHeroPowerCardId: string; readonly opponentHeroPowerUsed: boolean; readonly playerEntityId: number; readonly playerHeroPowerEntityId: number; readonly opponentEntityId: number; readonly opponentHeroPowerEntityId: number; readonly anomalies: readonly string[]; }