mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
configuration rework
This commit is contained in:
parent
f389bed4e1
commit
7c97d1994c
50 changed files with 722 additions and 275 deletions
|
|
@ -48,7 +48,12 @@ public sealed class Plugin : IDalamudPlugin
|
|||
// add mare related stuff
|
||||
collection.AddSingleton(new Dalamud.Localization("MareSynchronos.Localization.", "", useEmbedded: true));
|
||||
|
||||
collection.AddSingleton<ConfigurationService>();
|
||||
collection.AddSingleton<ConfigurationMigrator>();
|
||||
collection.AddSingleton<MareConfigService>();
|
||||
collection.AddSingleton<ServerTagConfigService>();
|
||||
collection.AddSingleton<TransientConfigService>();
|
||||
collection.AddSingleton<NotesConfigService>();
|
||||
collection.AddSingleton<ServerConfigService>();
|
||||
collection.AddSingleton<MareMediator>();
|
||||
collection.AddSingleton<DalamudUtil>();
|
||||
collection.AddSingleton<IpcManager>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue