Refactor Match class and rename WebUI to WebUIMain; update HomeController for new UI structure

This commit is contained in:
2025-10-12 22:56:25 +02:00
parent 6c57abb1db
commit 7cbb6e6ab7
9 changed files with 369 additions and 543 deletions

View File

@@ -0,0 +1,8 @@
package controllers
object GameManager {
}