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

ShouldGetExecuted() public méthode

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