Move building queue info to Core

This commit is contained in:
2020-07-18 17:09:18 +03:00
parent d830a135f3
commit 3a5329d278
4 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,9 @@ import { Grabber } from './Grabber';
import { grabBuildingQueueInfo, grabResourcesPerformance } from '../Page/VillageBlock';
import { parseLocation, timestamp } from '../utils';
import { GrabError } from '../Errors';
import { BuildingQueueInfo } from '../Game';
import { ProductionQueue } from '../Core/ProductionQueue';
import { grabResourceSlots } from '../Page/SlotBlock';
import { BuildingQueueInfo } from '../Core/BuildingQueueInfo';
export class VillageOverviewPageGrabber extends Grabber {
grab(): void {