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

ShouldGetExecuted() public méthode

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