Refactor stats

This commit is contained in:
2025-10-22 16:24:07 -07:00
parent 6ec45c4805
commit f0c4e65783
77 changed files with 565 additions and 372 deletions

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Game\state\states\**" />
<EmbeddedResource Remove="Game\state\states\**" />
<None Remove="Game\state\states\**" />
<Compile Remove="Game\state\states\**" />
<EmbeddedResource Remove="Game\state\states\**" />
<None Remove="Game\state\states\**" />
</ItemGroup>
<ItemGroup>
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Actions\" />
<Folder Include="Actions\" />
</ItemGroup>
</Project>