Add style for game creation
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 40s

This commit is contained in:
2025-04-14 21:03:34 +02:00
parent 3447fa6eb1
commit 1b7a43e2ac
8 changed files with 103 additions and 57 deletions

View File

@@ -2,5 +2,6 @@
public class GlobalConstants
{
public const string RegexName = @"[\w()\-_ ]*";
}