Add PluginWatcherService

This commit is contained in:
Loporrit
2025-06-25 13:14:42 +00:00
parent c65d3c9934
commit d8232e9cf4
5 changed files with 127 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ public sealed class Plugin : IDalamudPlugin
collection.AddSingleton<TagHandler>();
collection.AddSingleton<UidDisplayHandler>();
collection.AddSingleton<IpcProvider>();
collection.AddSingleton<PluginWatcherService>();
collection.AddSingleton<PlayerPerformanceService>();
collection.AddSingleton<EventAggregator>();
collection.AddSingleton<DalamudUtilService>();