Reorder modules

This commit is contained in:
2020-07-18 17:06:16 +03:00
parent 60b1243214
commit d830a135f3
13 changed files with 50 additions and 46 deletions

View File

@ -2,10 +2,10 @@ import { ActionController, registerAction } from './ActionController';
import { ActionError, taskError, TryLaterError } from '../Errors';
import { grabResourceSlots } from '../Page/SlotBlock';
import { UpgradeBuildingTask } from '../Task/UpgradeBuildingTask';
import { ResourceSlot } from '../Game';
import { aroundMinutes, getNumber } from '../utils';
import { Args } from '../Queue/Args';
import { Task } from '../Queue/TaskProvider';
import { ResourceSlot } from '../Core/Slot';
@registerAction
export class UpgradeResourceToLevel extends ActionController {