UNPKG

@firestone-hs/replay-parser

Version:

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

10 lines (9 loc) 446 B
import { Map } from 'immutable'; import { Entity } from '../../models/game/entity'; import { Game } from '../../models/game/game'; import * as i0 from "@angular/core"; export declare class GameInitializerService { initializePlayers(game: Game, entities: Map<number, Entity>): Game; static ɵfac: i0.ɵɵFactoryDeclaration<GameInitializerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GameInitializerService>; }