Interface LocationRequirement

Player must be at this location within a city.

interface LocationRequirement {
    location: LocationName;
    type: "location";
}

Properties

Properties

location: LocationName
type: "location"