mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Revert unintended change
This commit is contained in:
parent
e40c317417
commit
8ec8979300
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue