private static bool CanAutoAttack(this Champion.BestResult result) { return(Minions.Contains(result.Target)); }