Update Game.ts

This commit is contained in:
icslucas
2025-05-14 21:01:30 +02:00
committed by GitHub
parent 2b7b5f03c7
commit 5330fd88f2
+5 -1
View File
@@ -329,7 +329,11 @@ export interface Unit {
troops(): number;
owner(): Player;
info(): UnitInfo;
data: {
pathCache?: Map<string, TileRef>;
[key: string]: any;
};
// Location
tile(): TileRef;
lastTile(): TileRef;