This commit is contained in:
riedel 2023-05-10 12:53:10 +02:00
commit 5601020eb6
2 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,12 @@
<ProjectReference Include="..\..\WPFGame\WPFGame\WPFGame.csproj" /> <ProjectReference Include="..\..\WPFGame\WPFGame\WPFGame.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="MGUI">
<HintPath>bin\Debug\net6.0-windows\MGUI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Update="Properties\Resources.Designer.cs"> <Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime> <DesignTime>True</DesignTime>

View file

@ -20,6 +20,7 @@ namespace CityGame
} }
public class GenerationSettings public class GenerationSettings
{ {
public int Seed;
public GenerationSettings() public GenerationSettings()
{ {