AkaCore.Features.Activator.DItems.SolariAlly.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

public ShouldGetExecuted ( ) : bool
return bool
        public bool ShouldGetExecuted()
        {
            return AkaCore.Manager.MenuManager.DItems && AkaCore.Manager.MenuManager.SolariAlly && AkaLib.Item.Solari != null && AkaLib.Item.Solari.IsReady();
        }