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

ShouldGetExecuted() public method

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