Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var listofchamps = SAPI.GetChampions(RiotSharp.Misc.Region.euw, data).Champions.Values;
  2.  
  3. foreach (var something in listofchamps)
  4. {
  5. if(something.Id == champ_id) { Console.WriteLine(something.Name); break; }
  6. }
  7.  
  8. listofchamps[champ_id];
Add Comment
Please, Sign In to add comment