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");
        }