feat: implement core lobby management system with Nakama integration, player state, and game settings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user