mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
PM must inherently depend on DataShare
This commit is contained in:
parent
284001ce6b
commit
5ab6927014
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ using Dalamud.Networking.Http;
|
||||||
using Dalamud.Plugin.Internal.Exceptions;
|
using Dalamud.Plugin.Internal.Exceptions;
|
||||||
using Dalamud.Plugin.Internal.Profiles;
|
using Dalamud.Plugin.Internal.Profiles;
|
||||||
using Dalamud.Plugin.Internal.Types;
|
using Dalamud.Plugin.Internal.Types;
|
||||||
|
using Dalamud.Plugin.Ipc.Internal;
|
||||||
using Dalamud.Utility;
|
using Dalamud.Utility;
|
||||||
using Dalamud.Utility.Timing;
|
using Dalamud.Utility.Timing;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
@ -45,6 +46,10 @@ namespace Dalamud.Plugin.Internal;
|
||||||
// LocalPlugin uses ServiceContainer to create scopes
|
// LocalPlugin uses ServiceContainer to create scopes
|
||||||
[InherentDependency<ServiceContainer>]
|
[InherentDependency<ServiceContainer>]
|
||||||
|
|
||||||
|
// DalamudPluginInterface hands out a reference to this, so we have to keep it around
|
||||||
|
// TODO api9: make it a service
|
||||||
|
[InherentDependency<DataShare>]
|
||||||
|
|
||||||
#pragma warning restore SA1015
|
#pragma warning restore SA1015
|
||||||
internal partial class PluginManager : IDisposable, IServiceType
|
internal partial class PluginManager : IDisposable, IServiceType
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue