mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 06:42:37 +00:00
game kind of working with GameView
This commit is contained in:
@@ -159,6 +159,7 @@ export interface TerrainMap {
|
||||
neighbors(terrainTile: TerrainTile): TerrainTile[]
|
||||
width(): number
|
||||
height(): number
|
||||
isOnMap(cell: Cell): boolean
|
||||
}
|
||||
|
||||
export interface TerrainTile extends SearchNode {
|
||||
|
||||
Reference in New Issue
Block a user