public BridgeSettings() { BridgeZone = new BridgeZone(); DisabledBridgeZone = new BridgeZone(); LocationDataID = ""; AllowedZones = new List <string>(); }
public AllowableZone(string ID, BridgeZone bridgeZone) { ZoneCoordinates = bridgeZone; ZoneID = ID; }