Aka_s_Yasuo.Features.Module.Misc.KSQ.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool
        public bool ShouldGetExecuted()
        {
            return Manager.MenuManager.KSQ && Manager.SpellManager.Q.IsReady();
        }