Ejemplo n.º 1
0
 //If we're moving it into another country and don't want the inbetween
 public void AddTo(CountryObject territory, Country other)
 {
     territories.Remove (territory);
     other.AddTerritory (territory);
 }
Ejemplo n.º 2
0
 //If we're moving it into another country and don't want the inbetween
 public void AddTo(CountryObject territory, Country other)
 {
     territories.Remove(territory);
     other.AddTerritory(territory);
 }