[mod] serviceProto.ts

This commit is contained in:
建喵 2024-01-10 11:45:22 +08:00
parent 101ed53484
commit cda38ad20b

View File

@ -51,7 +51,7 @@ export interface ServiceType {
}
export const serviceProto: ServiceProto<ServiceType> = {
"version": 2,
"version": 3,
"services": [
{
"id": 0,
@ -214,8 +214,16 @@ export const serviceProto: ServiceProto<ServiceType> = {
]
},
"room/PtlJoin/ResJoin": {
"type": "Tuple",
"elementTypes": [
{
"type": "Number"
},
{
"type": "Number"
}
]
},
"room/PtlList/ReqList": {
"type": "Interface",
"properties": [