public HarbourTile(Coordinate coordinate, LandTileType resource, int value) { Coordinate = coordinate; Resource = resource; }
public LandTile(Coordinate coordinate, LandTileType resource, int value) { Coordinate = coordinate; Resource = resource; Value = value; }