Aka_s_Vayne.Variables.ThreshInGame C# (CSharp) Method

ThreshInGame() public static method

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