AkaCore.Features.Activator.Pots.HunterPot.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

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