mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 13:16:25 +00:00
added shoreline to tiles
This commit is contained in:
@@ -39,7 +39,9 @@ export class PlayerInfo {
|
||||
|
||||
export interface Tile {
|
||||
isLand(): boolean
|
||||
isShore(): boolean
|
||||
isWater(): boolean
|
||||
isShorelineWater(): boolean
|
||||
owner(): Player | TerraNullius
|
||||
hasOwner(): boolean
|
||||
isBorder(): boolean
|
||||
|
||||
Reference in New Issue
Block a user