Update naming

This commit is contained in:
Dean Herbert 2022-07-18 16:40:11 +09:00
parent d909a1fd46
commit caa44ce01e
2 changed files with 252 additions and 252 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@ private void addAllCountries()
{ {
var countries = new List<TournamentTeam>(); var countries = new List<TournamentTeam>();
foreach (var country in Enum.GetValues(typeof(Country)).Cast<Country>().Skip(1)) foreach (var country in Enum.GetValues(typeof(CountryCode)).Cast<CountryCode>().Skip(1))
{ {
countries.Add(new TournamentTeam countries.Add(new TournamentTeam
{ {