StyleCop: everything else

This commit is contained in:
Raymond Lynch 2021-05-30 07:10:00 -04:00
parent f64c9b8321
commit 595fd3f1e4
134 changed files with 16346 additions and 6202 deletions

View file

@ -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;