Interface CityRequirement

Player must be located in this city.

interface CityRequirement {
    city: CityName;
    type: "city";
}

Properties

Properties

city: CityName
type: "city"