feat: add CharacterStats data collection and network message handlers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
erik 2026-02-26 15:38:27 +00:00
parent 84462d7c92
commit 655bfd5163
2 changed files with 310 additions and 0 deletions

View file

@ -333,6 +333,7 @@
<Compile Include="Views\FlagTrackerView.cs" />
<Compile Include="Views\VVSBaseView.cs" />
<Compile Include="Views\VVSTabbedMainView.cs" />
<Compile Include="CharacterStats.cs" />
<Compile Include="WebSocket.cs" />
</ItemGroup>
<ItemGroup>