mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +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>
|
||||
/// Gets or sets a value indicating whether the resolver has successfully run <see cref="Setup32Bit(SigScanner)"/> or <see cref="Setup64Bit(SigScanner)"/>.
|
||||
/// </summary>
|
||||
public bool IsResolved { get; protected set; }
|
||||
protected bool IsResolved { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Setup the resolver, calling the appropriate method based on the process architecture,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue