Phase 3: Extract RareTracker and InventoryMonitor

- RareTracker.cs: owns rare discovery detection, meta state toggle, WebSocket/allegiance notifications
- InventoryMonitor.cs: owns Prismatic Taper tracking with event-driven delta math
- PluginCore no longer contains inventory event handlers or rare detection logic
- Bridge properties maintain backward compat for WebSocket telemetry

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
erik 2026-02-27 07:33:44 +00:00
parent 366cca8cb6
commit c90e888d32
4 changed files with 306 additions and 232 deletions

View file

@ -307,7 +307,9 @@
<Compile Include="CommandRouter.cs" />
<Compile Include="Constants.cs" />
<Compile Include="IPluginLogger.cs" />
<Compile Include="InventoryMonitor.cs" />
<Compile Include="KillTracker.cs" />
<Compile Include="RareTracker.cs" />
<Compile Include="ClientTelemetry.cs" />
<Compile Include="DecalHarmonyClean.cs" />
<Compile Include="FlagTrackerData.cs" />