mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 15:27:43 +01:00
StyleCop: everything else
This commit is contained in:
parent
f64c9b8321
commit
595fd3f1e4
134 changed files with 16346 additions and 6202 deletions
|
|
@ -13,7 +13,7 @@ namespace Dalamud.Hooking
|
|||
/// <summary>
|
||||
/// Static list of tracked and registered hooks.
|
||||
/// </summary>
|
||||
internal static readonly List<HookInfo> TrackedHooks = new List<HookInfo>();
|
||||
internal static readonly List<HookInfo> TrackedHooks = new();
|
||||
|
||||
private ulong? inProcessMemory = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue