Remove Main scene and script, add StateManagement library, update project structure documentation

This commit is contained in:
William Stuckey
2025-12-29 17:36:31 -06:00
parent 79bf76ee33
commit 1637f14b58
11 changed files with 299 additions and 14 deletions

View File

@@ -10,5 +10,6 @@
<ProjectReference Include="..\..\libraries\utilities\Utilities.csproj" />
<ProjectReference Include="..\..\libraries\input\Input.csproj" />
<ProjectReference Include="..\..\libraries\events\Events.csproj" />
<ProjectReference Include="..\..\libraries\state-management\StateManagement.csproj" />
</ItemGroup>
</Project>