added shoreline to tiles

This commit is contained in:
evanpelle
2024-08-22 08:00:18 -07:00
parent 0f4510f387
commit 7517f933ca
4 changed files with 58 additions and 8 deletions
+2
View File
@@ -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