Пример #1
0
 private static bool CanAutoAttack(this Champion.BestResult result)
 {
     return(Minions.Contains(result.Target));
 }