Added Mossy tracker, know issue

This commit is contained in:
erik 2025-06-08 00:15:55 +02:00
parent 7eb98491d3
commit 23e33599ca
8 changed files with 3372 additions and 6 deletions

View file

@ -104,6 +104,9 @@
<Compile Include="..\Shared\Constants\Dictionaries.cs">
<Link>Shared\Constants\Dictionaries.cs</Link>
</Compile>
<Compile Include="..\Shared\Spells\Spell.cs">
<Link>Shared\Spells\Spell.cs</Link>
</Compile>
<Compile Include="..\Shared\Constants\DoubleValueKey.cs">
<Link>Shared\Constants\DoubleValueKey.cs</Link>
</Compile>
@ -160,9 +163,11 @@
</Compile>
<Compile Include="ClientTelemetry.cs" />
<Compile Include="DecalHarmonyClean.cs" />
<Compile Include="FlagTrackerData.cs" />
<Compile Include="MossyInventory.cs" />
<Compile Include="NavRoute.cs" />
<Compile Include="NavVisualization.cs" />
<Compile Include="QuestManager.cs" />
<Compile Include="vTank.cs" />
<Compile Include="VtankControl.cs" />
<Compile Include="Telemetry.cs" />
@ -179,6 +184,8 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SpellManager.cs" />
<Compile Include="Views\FlagTrackerView.cs" />
<Compile Include="Views\VVSBaseView.cs" />
<Compile Include="Views\VVSTabbedMainView.cs" />
<Compile Include="WebSocket.cs" />
@ -190,8 +197,12 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ViewXML\flagTracker.xml" />
<EmbeddedResource Include="ViewXML\mainView.xml" />
<EmbeddedResource Include="ViewXML\mainViewTabbed.xml" />
<EmbeddedResource Include="..\Shared\Spells\Spells.csv">
<Link>Shared\Spells\Spells.csv</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />