Bolukan / TweakBot

Bot by Tweakcraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add names of Region and SuperRegion

Bolukan opened this issue · comments

String[] RegionName = new String[42] {
"Alaska", "Northwest Territory", "Greenland", "Alberta", "Ontario", "Quebec", "Western United States", "Eastern United States", "Central America",
"Venezuela", "Peru", "Brazil", "Argentina",
"Iceland", "Great Britain", "Scandinavia", "Ukraine", "Western Europe", "Northern Europe", "Southern Europe",
"North Africa", "Egypt", "East Africa", "Congo", "South Africa", "Madagascar",
"Ural", "Siberia", "Yakutsk", "Kamchatka", "Irkutsk", "Kazakhstan", "China", "Mongolia", "Japan", "Middle East", "India", "Siam",
"Indonesia", "New Guinea", "Western Australia", "Eastern Australia"};

String[] SuperRegionName = new String[6] {
"North America", "South America", "Europe", "Afrika", "Azia", "Australia"};