player list is an array
This commit is contained in:
parent
cb45a68fed
commit
75d3cd4595
1 changed files with 41 additions and 35 deletions
|
|
@ -1804,43 +1804,49 @@
|
|||
"type": "i8"
|
||||
},
|
||||
{
|
||||
"name": "records",
|
||||
"name": "entries",
|
||||
"type": [
|
||||
"switch",
|
||||
"array",
|
||||
{
|
||||
"compareTo": "type",
|
||||
"fields": {
|
||||
"0": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientUuid",
|
||||
"type": "uuid"
|
||||
},
|
||||
{
|
||||
"name": "entityId",
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"name": "displayName",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "skin",
|
||||
"type": "skin"
|
||||
}
|
||||
]
|
||||
],
|
||||
"1": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientUuid",
|
||||
"type": "uuid"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
"countType": "i32",
|
||||
"type": [
|
||||
"switch",
|
||||
{
|
||||
"compareTo": "type",
|
||||
"fields": {
|
||||
"0": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientUuid",
|
||||
"type": "uuid"
|
||||
},
|
||||
{
|
||||
"name": "entityId",
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"name": "displayName",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "skin",
|
||||
"type": "skin"
|
||||
}
|
||||
]
|
||||
],
|
||||
"1": [
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientUuid",
|
||||
"type": "uuid"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue