Misplaced capital T

This commit is contained in:
variablevince
2025-10-26 06:41:03 +01:00
parent 23e101010e
commit 0160e0c050
+1 -1
View File
@@ -562,7 +562,7 @@ export interface Player {
unitsOwned(type: UnitType): number;
buildableUnits(
tile: TileRef | null,
TransportShipFilter?: TransportShipFilter,
transportShipFilter?: TransportShipFilter,
): BuildableUnit[];
canBuild(type: UnitType, targetTile: TileRef): TileRef | false;
buildUnit<T extends UnitType>(