UNPKG

@firestone-hs/replay-parser

Version:

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

15 lines (14 loc) 555 B
import { Game } from '../../models/game/game'; import { AllCardsService } from '../all-cards.service'; import * as i0 from "@angular/core"; export declare class TargetsParserService { private allCards; constructor(allCards: AllCardsService); parseTargetsForLastTurn(game: Game): Game; private enrichTurn; private enrichAction; private hasTarget; private hasTargets; static ɵfac: i0.ɵɵFactoryDeclaration<TargetsParserService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TargetsParserService>; }