client: added CardManager and resources for full card deck
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user