Beispiel #1
0
 public void PickChampionByName(string name)
 {
     this.PickChampion(Champions.GetIdByChamp(name));
 }