Implement service locator

This commit is contained in:
Raymond 2021-08-20 11:59:35 -04:00
parent 06b1163a52
commit ff1d7f2829
101 changed files with 1614 additions and 1436 deletions

View file

@ -19,10 +19,8 @@ namespace Dalamud.Hooking.Internal
/// <summary>
/// Initializes a new instance of the <see cref="HookManager"/> class.
/// </summary>
/// <param name="dalamud">Dalamud instance.</param>
internal HookManager(Dalamud dalamud)
public HookManager()
{
_ = dalamud;
}
/// <summary>