feat: implement core lobby management system with Nakama integration, player state, and game settings.

This commit is contained in:
2026-03-13 03:46:04 +08:00
parent a06e04e14b
commit 74a81425c5
7 changed files with 203 additions and 18 deletions
+4
View File
@@ -21,3 +21,7 @@ func end_current_turn():
func reset_turn():
current_turn_index = -1
func reset():
current_turn_index = 0
turn_based_mode = false