
Table row type of texastables
{ "name": "texas_table_tb", "base": "", "fields": [ { "name": "tableid", "type": "name" }, { "name": "chips", "type": "texas_chip[]" }, { "name": "pots", "type": "player_chip[]" } ] }
Table row type of texastables
{
"name": "texas_table_tb",
"base": "",
"fields": [
{
"name": "tableid",
"type": "name"
},
{
"name": "chips",
"type": "texas_chip[]"
},
{
"name": "pots",
"type": "player_chip[]"
}
]
}