Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. public static Dictionary<string, int> Nations = new Dictionary<string, int>()
  2. {
  3. {"Brazil",0},
  4. {"Chile",1},
  5. {"Kosovo",2},
  6. {"England",3},
  7. {"France",4},
  8. {"Argentina",5},
  9. {"Belgium",6},
  10. {"Netherlands",7},
  11. {"Ukraine",8},
  12. {"Germany",9},
  13. {"Spain",10},
  14. {"Portugal",11},
  15. {"Algeria",12},
  16. {"Croatia",13},
  17. {"Cameroon",14},
  18. {"Scotland",15},
  19. {"Guinea",16},
  20. {"Senegal",17},
  21. {"Wales",18},
  22. {"Egypt",19},
  23. {"Switzerland",20},
  24. {"Denmark",21},
  25. {"Italy",22},
  26. {"Colombia",23},
  27. {"Cote d'Ivoire",24},
  28. {"Kenya",25},
  29. {"Korea, South",26},
  30. {"Sweden",27},
  31. {"Ecuador",28},
  32. {"Serbia",29},
  33. {"Czech Republic",30},
  34. {"Greece",31},
  35. {"Bosnia-Herzegovina",32},
  36. {"Uruguay",33},
  37. {"Armenia",34},
  38. {"Nigeria",35},
  39. {"Gabon",36},
  40. {"Ireland",37},
  41. {"Iceland",38},
  42. {"Turkey",39},
  43. {"Northern Ireland",40},
  44. {"Jamaica",41},
  45. {"Austria",42},
  46. {"Ghana",43},
  47. {"Japan",44},
  48. {"Poland",45},
  49. {"Paraguay",46},
  50. {"New Zealand",47},
  51. {"DR Congo",48},
  52. {"Equatorial Guinea",49},
  53. {"Mexico",50},
  54. {"Mali",51},
  55. {"United States",52},
  56. {"Norway",53},
  57. {"Guinea-Bissau",54},
  58. {"Togo",55},
  59. {"Morocco",56},
  60. {"Slovakia",57},
  61. {"Venezuela",58},
  62. {"Australia",59},
  63. {"Israel",60},
  64. {"Iran",61},
  65. {"Romania",62},
  66. {"Slovenia",63},
  67. {"Benin",64},
  68. {"Philippines",65},
  69. {"Curacao",66},
  70. {"Canada",67},
  71. {"Burundi",68},
  72. {"Tunisia",69},
  73. {"Zimbabwe",70},
  74. {"Finland",71},
  75. {"Macedonia",72},
  76. {"Cuba",73},
  77. {"Sudan",74},
  78. {"South Africa",75},
  79. {"St. Kitts & Nevis",76},
  80. {"The Gambia",77},
  81. {"Sierra Leone",78},
  82. {"Bermuda",79},
  83. {"Namibia",80},
  84. {"Antigua and Barbuda",81},
  85. {"Costa Rica",82},
  86. {"Angola",83},
  87. {"Montserrat",84},
  88. {"Guadeloupe",85},
  89. {"Grenada",86},
  90. {"Cyprus",87},
  91. {"Jersey",88},
  92. {"Congo",89},
  93. {"Albania",90},
  94. {"Afghanistan",91},
  95. {"Bulgaria",92},
  96. {"St. Lucia",93},
  97. {"Barbados",94},
  98. {"Guyana",95},
  99. {"Guernsey",96},
  100. {"Malta",97},
  101. {"Uganda",98},
  102. {"Martinique",99},
  103. {"Dominican Republic",100},
  104. {"Montenegro",101},
  105. {"Central African Republic",102},
  106. {"Russia",103},
  107. {"China",104},
  108. {"Honduras",105},
  109. {"Peru",106},
  110. {"Hungary",107},
  111. {"Luxembourg",108},
  112. {"Burkina Faso",109},
  113. {"Moldova",110},
  114. {"Estonia",111},
  115. {"Liechtenstein",112},
  116. {"Georgia",113},
  117. {"Madagascar",114},
  118. {"Mozambique",115},
  119. {"Lithuania",116},
  120. {"French Guiana",117},
  121. {"Cape Verde",118},
  122. {"Trinidad and Tobago",119},
  123. {"Haiti",120},
  124. {"Chad",121}
  125. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement