client: added CardManager and resources for full card deck

This commit is contained in:
2025-07-04 15:24:44 +02:00
parent af763c89b3
commit cde794e606
7 changed files with 575 additions and 0 deletions
+8
View File
@@ -39,3 +39,11 @@ func send_chat_message(
"client_id": client_id,
"message": message,
})
func start_game(
lobby_id: String,
) -> String:
return JSON.stringify({
"response": "start_game",
"lobby_id": lobby_id,
})