Aka_s_Vayne.Variables.UltActive C# (CSharp) Method

UltActive() public static method

public static UltActive ( ) : bool
return bool
        public static bool UltActive()
        {
            return (Variables._Player.HasBuff("vaynetumblefade") && !UnderEnemyTower((Vector2)_Player.Position));
        }