1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00

Extracted Settings class to separate file

This commit is contained in:
Rich Dunne 2020-08-26 18:36:30 -06:00
parent 028c80035a
commit 1cd719b076
3 changed files with 29 additions and 24 deletions

View file

@ -65,6 +65,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Menus\PathMainMenu.cs" />
<Compile Include="Menus\SettingsMenu.cs" />
<Compile Include="Settings.cs" />
<Compile Include="VehicleCollector.cs" />
<Compile Include="Verification.cs" />
<Compile Include="Object Classes\Waypoint.cs" />