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

ShouldGetExecuted() public method

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