1 parent 99597c9 commit 2bce682Copy full SHA for 2bce682
1 file changed
src/core/execution/utils/AiAttackBehavior.ts
@@ -1,5 +1,3 @@
1
-import { TileRef } from "src/core/game/GameMap";
2
-import { canBuildTransportShip } from "src/core/game/TransportShipUtils";
3
import {
4
Difficulty,
5
Game,
@@ -9,6 +7,8 @@ import {
9
7
Relation,
10
8
TerraNullius,
11
} from "../../game/Game";
+import { TileRef } from "../../game/GameMap";
+import { canBuildTransportShip } from "../../game/TransportShipUtils";
12
import { PseudoRandom } from "../../PseudoRandom";
13
14
assertNever,
0 commit comments