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