Exemplo n.º 1
0
 public BridgeSettings()
 {
     BridgeZone         = new BridgeZone();
     DisabledBridgeZone = new BridgeZone();
     LocationDataID     = "";
     AllowedZones       = new List <string>();
 }
Exemplo n.º 2
0
 public AllowableZone(string ID, BridgeZone bridgeZone)
 {
     ZoneCoordinates = bridgeZone;
     ZoneID          = ID;
 }