[mod]
This commit is contained in:
parent
3afa608a37
commit
ec44d7a345
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user