Merge branch 'master' of https://github.com/BratPfanneTV/CityGame
This commit is contained in:
commit
5601020eb6
2 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,12 @@
|
|||
<ProjectReference Include="..\..\WPFGame\WPFGame\WPFGame.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="MGUI">
|
||||
<HintPath>bin\Debug\net6.0-windows\MGUI.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ namespace CityGame
|
|||
}
|
||||
public class GenerationSettings
|
||||
{
|
||||
public int Seed;
|
||||
public GenerationSettings()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue