mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:07:22 +01:00
implement triangle check
This commit is contained in:
parent
6567c4deba
commit
81bb5885e9
13 changed files with 161 additions and 110 deletions
|
|
@ -199,7 +199,6 @@ public sealed class Plugin : IDalamudPlugin
|
|||
collection.AddHostedService(p => p.GetRequiredService<DalamudUtilService>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<PerformanceCollectorService>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<DtrEntry>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<PlayerPerformanceService>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<EventAggregator>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<IpcProvider>());
|
||||
collection.AddHostedService(p => p.GetRequiredService<MarePlugin>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue