Beispiel #1
0
 /// <summary>
 /// Determines whether this <see cref="Obj_AI_Hero"/> instance is an AD Carry
 /// </summary>
 /// <param name="hero"><see cref="Obj_AI_Hero"/> instance</param>
 /// <returns></returns>
 public static bool IsADC(this Obj_AI_Hero hero)
 {
     return(ADCs.Contains(hero.ChampionName()));
 }