Refactoring modules

This commit is contained in:
2020-04-22 13:27:49 +03:00
parent 8ba3316388
commit 542bc353b0
14 changed files with 60 additions and 55 deletions

View File

@ -1,5 +1,5 @@
import { DataStorage } from '../DataStorage';
import { HeroAttributes } from '../Game';
import { HeroAttributes } from '../Core/Hero';
const VILLAGE_ID_KEY = 'village_id';
const ATTRIBUTES_KEY = 'attr';

View File

@ -1,6 +1,7 @@
import { DataStorage } from '../DataStorage';
import { BuildingQueueInfo, ResourceStorage } from '../Game';
import { BuildingQueueInfo } from '../Game';
import { Resources } from '../Core/Resources';
import { ResourceStorage } from '../Core/ResourceStorage';
const RESOURCES_KEY = 'res';
const CAPACITY_KEY = 'cap';