mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 19:03:10 +00:00
Misplaced capital T
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user