AkaCore.Features.Activator.Summoners.Ignite.ShouldGetExecuted C# (CSharp) Méthode

ShouldGetExecuted() public méthode

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