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

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

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