mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 18:58:09 +00:00
proto
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
import { DefensePostExecution } from "../src/core/execution/DefensePostExecution";
|
||||
import { ShellExecution } from "../src/core/execution/ShellExecution";
|
||||
import { WarshipExecution } from "../src/core/execution/WarshipExecution";
|
||||
import {
|
||||
Game,
|
||||
Player,
|
||||
PlayerInfo,
|
||||
PlayerType,
|
||||
UnitType,
|
||||
} from "../src/core/game/Game";
|
||||
import { Game, Player, PlayerInfo } from "../src/core/game/Game";
|
||||
import { PlayerType, UnitType } from "../src/core/game/GameUpdates";
|
||||
import { setup } from "./util/Setup";
|
||||
|
||||
const coastX = 7;
|
||||
|
||||
Reference in New Issue
Block a user