AkaCore.Features.Activator.DItems.Seraph.ShouldGetExecuted C# (CSharp) Méthode

ShouldGetExecuted() public méthode

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