AcManager.Tools.Starters.StarterPlus.TryToPrepare C# (CSharp) Method

TryToPrepare() public method

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