Ejemplo n.º 1
0
 public BCMHubCell(BCMHubCell hubCell)
 {
     GridPos        = hubCell.GridPos;
     Township       = hubCell.Township;
     CellRule       = hubCell.CellRule;
     HubRule        = hubCell.HubRule;
     WildernessRule = hubCell.WildernessRule;
 }
Ejemplo n.º 2
0
 public BCMHubCell(BCMHubCell hubCell)
 {
     GridPos        = hubCell.GridPos;
     Township       = hubCell.Township;
     CellRule       = hubCell.CellRule;
     HubRule        = hubCell.HubRule;
     WildernessRule = hubCell.WildernessRule;
     Lots           = new List <BCMLot>();
 }