Configure game ideas options
Some checks failed
Game Ideas build for PR / build_test (pull_request) Failing after 1m5s

This commit is contained in:
2025-07-28 23:41:52 +02:00
parent 564cadb945
commit 36360efa6f
5 changed files with 69 additions and 51 deletions

View File

@@ -0,0 +1,3 @@
namespace GameIdeas.Shared.Exceptions;
public class EnvironmentVariableMissingException(string message) : Exception(message);