feat: add live inventory delta tracking via WebSocket

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
erik 2026-02-28 15:38:05 +00:00
parent ce0fae7d10
commit afa85ef80d
5 changed files with 202 additions and 0 deletions

View file

@ -312,6 +312,7 @@
<Compile Include="IPluginLogger.cs" />
<Compile Include="QuestStreamingService.cs" />
<Compile Include="InventoryMonitor.cs" />
<Compile Include="LiveInventoryTracker.cs" />
<Compile Include="KillTracker.cs" />
<Compile Include="RareTracker.cs" />
<Compile Include="ClientTelemetry.cs" />