add census popup on connection

This commit is contained in:
rootdarkarchon
2023-11-17 11:14:33 +01:00
parent 05f1c66a5d
commit a32aef8ee8
10 changed files with 99 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddScoped<WindowMediatorSubscriberBase, PopupHandler>();
collection.AddScoped<IPopupHandler, ReportPopupHandler>();
collection.AddScoped<IPopupHandler, BanUserPopupHandler>();
collection.AddScoped<IPopupHandler, CensusPopupHandler>();
collection.AddScoped<CacheCreationService>();
collection.AddScoped<TransientResourceManager>();
collection.AddScoped<PlayerDataFactory>();