//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); }
//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); }