Revert unintended change

This commit is contained in:
Soreepeong 2023-07-30 11:54:18 +09:00
parent e40c317417
commit 8ec8979300

View file

@ -20,7 +20,7 @@ public abstract class BaseAddressResolver
/// <summary> /// <summary>
/// Gets or sets a value indicating whether the resolver has successfully run <see cref="Setup32Bit(SigScanner)"/> or <see cref="Setup64Bit(SigScanner)"/>. /// Gets or sets a value indicating whether the resolver has successfully run <see cref="Setup32Bit(SigScanner)"/> or <see cref="Setup64Bit(SigScanner)"/>.
/// </summary> /// </summary>
public bool IsResolved { get; protected set; } protected bool IsResolved { get; set; }
/// <summary> /// <summary>
/// Setup the resolver, calling the appropriate method based on the process architecture, /// Setup the resolver, calling the appropriate method based on the process architecture,