AcManager.Tools.Starters.StarterPlus.TryToPrepare C# (CSharp) Méthode

TryToPrepare() public méthode

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