mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:27:22 +01:00
fix ipc probably
This commit is contained in:
parent
f44f8df989
commit
38e4668845
11 changed files with 32 additions and 43 deletions
|
|
@ -123,7 +123,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||
collection.AddSingleton((s) => new BlockedCharacterHandler(s.GetRequiredService<ILogger<BlockedCharacterHandler>>(), gameInteropProvider));
|
||||
collection.AddSingleton((s) => new IpcProvider(s.GetRequiredService<ILogger<IpcProvider>>(),
|
||||
pluginInterface,
|
||||
s.GetRequiredService<DalamudUtilService>(),
|
||||
s.GetRequiredService<CharaDataManager>(),
|
||||
s.GetRequiredService<MareMediator>()));
|
||||
collection.AddSingleton<SelectPairForTagUi>();
|
||||
collection.AddSingleton((s) => new EventAggregator(pluginInterface.ConfigDirectory.FullName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue