Add game header (#5)

Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2025-03-20 18:33:28 +01:00
parent 4183b4b616
commit 3dfabdad74
47 changed files with 1043 additions and 195 deletions

View File

@@ -0,0 +1,7 @@
namespace GameIdeas.Shared.Constants;
public class GlobalConstants
{
public const string EnterKeyCode = "Enter";
public const string PadEnterKeyCode = "NumpadEnter";
}