mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Resolve as service.
This commit is contained in:
parent
b99d62e450
commit
20186afa49
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ namespace Dalamud.Interface.DragDrop;
|
||||||
[PluginInterface]
|
[PluginInterface]
|
||||||
[ServiceManager.EarlyLoadedService]
|
[ServiceManager.EarlyLoadedService]
|
||||||
[InherentDependency<InterfaceManager.InterfaceManagerWithScene>]
|
[InherentDependency<InterfaceManager.InterfaceManagerWithScene>]
|
||||||
|
[ResolveVia<IDragDropManager>]
|
||||||
internal partial class DragDropManager : IDisposable, IDragDropManager, IServiceType
|
internal partial class DragDropManager : IDisposable, IDragDropManager, IServiceType
|
||||||
{
|
{
|
||||||
private readonly InterfaceManager interfaceManager = Service<InterfaceManager>.Get();
|
private readonly InterfaceManager interfaceManager = Service<InterfaceManager>.Get();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue