mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 11:08:10 +00:00
Update Game.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user