AkaCore.Features.Utility.Modules.AutoBuyTrinkets.ShouldGetExecuted C# (CSharp) 메소드

ShouldGetExecuted() 공개 메소드

public ShouldGetExecuted ( ) : bool
리턴 bool
        public bool ShouldGetExecuted()
        {
            return Manager.MenuManager.Autobuytrinkets && ObjectManager.Player.Level >= 9 && ObjectManager.Player.IsInShopRange();
        }