AkaCore.Features.Activator.Pots.HpPot.ShouldGetExecuted C# (CSharp) Méthode

ShouldGetExecuted() public méthode

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