AkaCore.Features.Activator.Pots.Biscuit.ShouldGetExecuted C# (CSharp) Метод

ShouldGetExecuted() публичный Метод

public ShouldGetExecuted ( ) : bool
Результат bool
        public bool ShouldGetExecuted()
        {
            return AkaCore.Manager.MenuManager.PItems && AkaCore.Manager.MenuManager.Biscuit && AkaLib.Item.Biscuit != null && AkaLib.Item.Biscuit.IsReady();
        }