This commit is contained in:
建喵 2023-08-31 19:53:25 +08:00
parent 3afa608a37
commit ec44d7a345

View File

@ -25,7 +25,7 @@ export interface ServiceType {
}
export const serviceProto: ServiceProto<ServiceType> = {
"version": 2,
"version": 4,
"services": [
{
"id": 0,
@ -84,19 +84,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Number"
},
"PtlLobbyList/ReqLobbyList": {
"type": "Interface",
"properties": [
{
"id": 0,
"name": "name",
"type": {
"type": "String"
}
}
]
"type": "Literal",
"literal": null
},
"PtlLobbyList/ResLobbyList": {
"type": "Number"
"type": "Array",
"elementType": {
"type": "Any"
}
},
"PtlSend/ReqSend": {
"type": "Interface",