Add timer for slider input
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 55s

This commit is contained in:
2025-04-29 21:38:39 +02:00
parent 926ea6dceb
commit ba2c065753
8 changed files with 53 additions and 32 deletions

View File

@@ -20,5 +20,6 @@ public class GlobalConstants
public const int API_PORT = 8000;
public const string SUB_DOMAIN_NAME = "api-";
public const double DELAY_INPUT_MS = 500;
}