diff --git a/CityGame/CityGame.csproj b/CityGame/CityGame.csproj index 1db0ac5..94368f5 100644 --- a/CityGame/CityGame.csproj +++ b/CityGame/CityGame.csproj @@ -18,6 +18,12 @@ + + + bin\Debug\net6.0-windows\MGUI.dll + + + True diff --git a/CityGame/Program.cs b/CityGame/Program.cs index 9c5faea..7e1be47 100644 --- a/CityGame/Program.cs +++ b/CityGame/Program.cs @@ -20,6 +20,7 @@ namespace CityGame } public class GenerationSettings { + public int Seed; public GenerationSettings() {