
-
{ "name": "joinroom", "base": "", "fields": [ { "name": "player", "type": "uint64" }, { "name": "room_id", "type": "uint32" }, { "name": "seat_id", "type": "uint8" }, { "name": "cid", "type": "uint64" }, { "name": "rsa", "type": "string" } ] }
{
"name": "joinroom",
"base": "",
"fields": [
{
"name": "player",
"type": "uint64"
},
{
"name": "room_id",
"type": "uint32"
},
{
"name": "seat_id",
"type": "uint8"
},
{
"name": "cid",
"type": "uint64"
},
{
"name": "rsa",
"type": "string"
}
]
}