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