Remove unnecessary export
This commit is contained in:
parent
ec131d4c80
commit
d57d8c4942
@ -13,7 +13,7 @@ import { VillageFactory } from './VillageFactory';
|
||||
import { RunVillageProductionTask } from './Task/RunVillageProductionTask';
|
||||
import { isProductionTask } from './Task/TaskMap';
|
||||
|
||||
export interface NextExecution {
|
||||
interface NextExecution {
|
||||
task?: Task;
|
||||
action?: Action;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user