mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 21:04:35 +00:00
format
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { DefensePostExecution } from "../src/core/execution/DefensePostExecution";
|
||||
import { ShellExecution } from "../src/core/execution/ShellExecution";
|
||||
import { WarshipExecution } from "../src/core/execution/WarshipExecution";
|
||||
import {
|
||||
Game,
|
||||
Player,
|
||||
@@ -5,9 +8,6 @@ import {
|
||||
PlayerType,
|
||||
UnitType,
|
||||
} from "../src/core/game/Game";
|
||||
import { DefensePostExecution } from "../src/core/execution/DefensePostExecution";
|
||||
import { ShellExecution } from "../src/core/execution/ShellExecution";
|
||||
import { WarshipExecution } from "../src/core/execution/WarshipExecution";
|
||||
import { setup } from "./util/Setup";
|
||||
|
||||
const coastX = 7;
|
||||
|
||||
Reference in New Issue
Block a user