mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 17:18:07 +00:00
put methods onto terraintile
This commit is contained in:
@@ -26,7 +26,7 @@ export interface SearchNode {
|
||||
cost(): number
|
||||
cell(): Cell
|
||||
neighbors(): SearchNode[]
|
||||
terrainType(): TerrainType
|
||||
type(): TerrainType
|
||||
}
|
||||
export interface Point {
|
||||
x: number;
|
||||
|
||||
Reference in New Issue
Block a user