Fix trooper training

This commit is contained in:
2020-05-09 21:06:08 +03:00
parent e4241346ff
commit 18f43c3931
4 changed files with 14 additions and 5 deletions

View File

@ -13,6 +13,7 @@ export interface Args {
tabId?: number;
buildTypeId?: number;
troopId?: number;
troopResources?: ResourcesInterface;
trainCount?: number;
resources?: ResourcesInterface;
coordinates?: CoordinatesInterface;