Aka_s_Vayne.Variables.ThreshInGame C# (CSharp) Метод

ThreshInGame() публичный статический Метод

public static ThreshInGame ( ) : bool
Результат bool
        public static bool ThreshInGame()
        {
            return ObjectManager.Get<AIHeroClient>().Any(h => h.IsAlly && !h.IsMe && h.ChampionName == "Thresh");
        }