diff --git a/src/core/game/PlayerImpl.ts b/src/core/game/PlayerImpl.ts index 670fe4f75..97b7653d0 100644 --- a/src/core/game/PlayerImpl.ts +++ b/src/core/game/PlayerImpl.ts @@ -51,8 +51,6 @@ import { } from "./TransportShipUtils"; import { UnitImpl } from "./UnitImpl"; -const UNIT_TYPES = Object.freeze(Object.values(UnitType)); - interface Target { tick: Tick; target: Player;