AkaCore.Features.Activator.Pots.CorruptPot.ShouldGetExecuted C# (CSharp) Method

ShouldGetExecuted() public method

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