extract hub connection into hubfactory

This commit is contained in:
rootdarkarchon
2023-02-22 09:58:26 +01:00
parent b448efdeb6
commit 6663b736df
4 changed files with 153 additions and 74 deletions

View File

@@ -74,6 +74,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<NotificationService>();
collection.AddSingleton<GameObjectHandlerFactory>();
collection.AddSingleton<PerformanceCollector>();
collection.AddSingleton<HubFactory>();
collection.AddSingleton<UiShared>();
collection.AddSingleton<SettingsUi>();