AkaCore.Features.Activator.Pots.CorruptPot.ShouldGetExecuted C# (CSharp) 메소드

ShouldGetExecuted() 공개 메소드

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