mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
add census popup on connection
This commit is contained in:
parent
05f1c66a5d
commit
a32aef8ee8
10 changed files with 99 additions and 0 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue