AkaCore.Features.Utility.Modules.AutoLantern.ThreshInGame C# (CSharp) Méthode

ThreshInGame() public static méthode

public static ThreshInGame ( ) : bool
Résultat bool
        public static bool ThreshInGame()
        {
            return ObjectManager.Get<AIHeroClient>().Any(h => h.IsAlly && !h.IsMe && h.ChampionName == "Thresh");
        }