Skip to content

Commit 2bce682

Browse files
committed
Fix build
1 parent 99597c9 commit 2bce682

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/execution/utils/AiAttackBehavior.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { TileRef } from "src/core/game/GameMap";
2-
import { canBuildTransportShip } from "src/core/game/TransportShipUtils";
31
import {
42
Difficulty,
53
Game,
@@ -9,6 +7,8 @@ import {
97
Relation,
108
TerraNullius,
119
} from "../../game/Game";
10+
import { TileRef } from "../../game/GameMap";
11+
import { canBuildTransportShip } from "../../game/TransportShipUtils";
1212
import { PseudoRandom } from "../../PseudoRandom";
1313
import {
1414
assertNever,

0 commit comments

Comments
 (0)