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

@@ -1,8 +1,8 @@
import { BuildingQueueInfo } from '../Game';
import { GrabError } from '../Errors';
import { getNumber, parseLocation } from '../utils';
import { Resources } from '../Core/Resources';
import { Coordinates, Village, VillageList } from '../Core/Village';
import { BuildingQueueInfo } from '../Core/BuildingQueueInfo';
function getVillageListItems() {
const $elements = jQuery('#sidebarBoxVillagelist ul li a');