Add separate village module

This commit is contained in:
2020-07-18 17:44:10 +03:00
parent 349835bdb7
commit 66e299061d
20 changed files with 54 additions and 54 deletions

View File

@ -1,4 +1,4 @@
import { VillageTaskCollection } from '../VillageTaskCollection';
import { VillageTaskCollection } from '../Village/VillageTaskCollection';
import { VillageStorage } from '../Storage/VillageStorage';
export abstract class Grabber {

View File

@ -6,7 +6,7 @@ import { MarketPageGrabber } from './MarketPageGrabber';
import { BuildingContractGrabber } from './BuildingContractGrabber';
import { ForgePageGrabber } from './ForgePageGrabber';
import { GuildHallPageGrabber } from './GuildHallPageGrabber';
import { VillageFactory } from '../VillageFactory';
import { VillageFactory } from '../Village/VillageFactory';
import { VillageBuildingsPageGrabber } from './VillageBuildingsPageGrabber';
export class GrabberManager {