[mod] serviceProto.ts
This commit is contained in:
parent
101ed53484
commit
cda38ad20b
@ -51,7 +51,7 @@ export interface ServiceType {
|
||||
}
|
||||
|
||||
export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"version": 2,
|
||||
"version": 3,
|
||||
"services": [
|
||||
{
|
||||
"id": 0,
|
||||
@ -214,7 +214,15 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
]
|
||||
},
|
||||
"room/PtlJoin/ResJoin": {
|
||||
"type": "Number"
|
||||
"type": "Tuple",
|
||||
"elementTypes": [
|
||||
{
|
||||
"type": "Number"
|
||||
},
|
||||
{
|
||||
"type": "Number"
|
||||
}
|
||||
]
|
||||
},
|
||||
"room/PtlList/ReqList": {
|
||||
"type": "Interface",
|
||||
|
Loading…
Reference in New Issue
Block a user