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