diff --git a/src/core/execution/Util.ts b/src/core/execution/Util.ts index 99e4a69e4..e21af88a5 100644 --- a/src/core/execution/Util.ts +++ b/src/core/execution/Util.ts @@ -1,5 +1,5 @@ import { NukeMagnitude } from "../configuration/Config"; -import { Game, Player, UnitType } from "../game/Game"; +import { Game, Player } from "../game/Game"; import { euclDistFN, GameMap, TileRef } from "../game/GameMap"; import { GameView } from "../game/GameView";