Example #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);
 }
Example #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);
 }