AcManager.Tools.Starters.StarterPlus.TryToPrepare C# (CSharp) 메소드

TryToPrepare() 공개 메소드

public TryToPrepare ( ) : bool
리턴 bool
        public bool TryToPrepare() {
            if (IsPatched()) return true;
            Enable();
            return IsPatched();
        }