Remove redundant change

This commit is contained in:
VariableVince
2026-02-14 00:40:35 +01:00
parent 2480ae7355
commit 916da39001
-2
View File
@@ -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;