Created TradeShips

This commit is contained in:
Evan
2024-11-15 20:43:15 -08:00
parent b559204076
commit b1e1d7263c
4 changed files with 105 additions and 5 deletions
+2 -4
View File
@@ -1,10 +1,7 @@
import { info } from "console"
import { Config } from "../configuration/Config"
import { GameEvent } from "../EventBus"
import { ClientID, GameID } from "../Schemas"
import { DisplayMessageEvent, MessageType } from "../../client/graphics/layers/EventsDisplay"
import { BreakAllianceExecution } from "../execution/alliance/BreakAllianceExecution"
import { DonateExecution } from "../execution/DonateExecution"
import { MessageType } from "../../client/graphics/layers/EventsDisplay"
export type PlayerID = string
export type Tick = number
@@ -30,6 +27,7 @@ export enum UnitType {
Destroyer = "Destroyer",
Port = "Port",
Nuke = "Nuke",
TradeShip = "Trade Ship",
}
export class BuildItem {