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

ShouldGetExecuted() public method

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