From 20186afa490344267be267cf0c1aa9e63d737d8b Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Tue, 13 Jun 2023 20:55:37 +0200 Subject: [PATCH] Resolve as service. --- Dalamud/Interface/DragDrop/DragDropManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/DragDrop/DragDropManager.cs b/Dalamud/Interface/DragDrop/DragDropManager.cs index 8a4a5ca51..9134d5315 100644 --- a/Dalamud/Interface/DragDrop/DragDropManager.cs +++ b/Dalamud/Interface/DragDrop/DragDropManager.cs @@ -17,6 +17,7 @@ namespace Dalamud.Interface.DragDrop; [PluginInterface] [ServiceManager.EarlyLoadedService] [InherentDependency] +[ResolveVia] internal partial class DragDropManager : IDisposable, IDragDropManager, IServiceType { private readonly InterfaceManager interfaceManager = Service.Get();