@firestone-hs/replay-parser
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.9.
13 lines (12 loc) • 526 B
TypeScript
import { Game } from '../../models/game/game';
import { AllCardsService } from '../all-cards.service';
import * as i0 from "@angular/core";
export declare class ActivePlayerParserService {
private allCards;
constructor(allCards: AllCardsService);
parseActivePlayerForLastTurn(game: Game): Game;
private enrichTurn;
private enrichAction;
static ɵfac: i0.ɵɵFactoryDeclaration<ActivePlayerParserService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ActivePlayerParserService>;
}