Example #1
0
 static void Main(string[] args)
 {
     List <string> f = REST.GetChampions(true);
     List <string> g = REST.GetCharacters(true);
 }