AkaCore.Features.Activator.Summoners.Exhaust.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

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