From a9cec12686ddc848ae7d436d138b1b8862e982b9 Mon Sep 17 00:00:00 2001 From: icslucas Date: Wed, 14 May 2025 21:19:16 +0200 Subject: [PATCH] Update Game.ts --- src/core/game/Game.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;