Aka_s_Vayne.Variables.UnderAllyTurret_Ex C# (CSharp) 메소드

UnderAllyTurret_Ex() 공개 정적인 메소드

public static UnderAllyTurret_Ex ( this position ) : bool
position this
리턴 bool
        public static bool UnderAllyTurret_Ex(this Vector3 position)
        {
            return ObjectManager.Get<Obj_AI_Turret>().Any(t => t.IsAlly && !t.IsDead);
        }