extract hub connection into hubfactory
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user