diff --git a/Dalamud.DrunkenToad/Core/DalamudContext.cs b/Dalamud.DrunkenToad/Core/DalamudContext.cs index 3a41e41..cd0def6 100644 --- a/Dalamud.DrunkenToad/Core/DalamudContext.cs +++ b/Dalamud.DrunkenToad/Core/DalamudContext.cs @@ -201,7 +201,7 @@ public class DalamudContext /// Gets or sets service that manages the creation and handling of hooks for function call interception and modification. /// [PluginService] - private static IGameInteropProvider HookManager { get; set; } = null!; + public static IGameInteropProvider HookManager { get; set; } = null!; /// /// Gets or sets service that provides access to game data for Dalamud and plugins.