UNPKG

@firestone-hs/replay-parser

Version:

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

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