diff --git a/src/core/game/Game.ts b/src/core/game/Game.ts index af5c05ec8..ed41f58eb 100644 --- a/src/core/game/Game.ts +++ b/src/core/game/Game.ts @@ -331,9 +331,9 @@ export interface Unit { info(): UnitInfo; data: { pathCache?: Map; - [key: string]: any; + [key: string]: any; // Allow other properties like dstPort, lastSetSafeFromPirates }; - + // Location tile(): TileRef; lastTile(): TileRef;