[mod]
This commit is contained in:
parent
3afa608a37
commit
ec44d7a345
@ -25,7 +25,7 @@ export interface ServiceType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const serviceProto: ServiceProto<ServiceType> = {
|
export const serviceProto: ServiceProto<ServiceType> = {
|
||||||
"version": 2,
|
"version": 4,
|
||||||
"services": [
|
"services": [
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
@ -84,19 +84,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"type": "Number"
|
"type": "Number"
|
||||||
},
|
},
|
||||||
"PtlLobbyList/ReqLobbyList": {
|
"PtlLobbyList/ReqLobbyList": {
|
||||||
"type": "Interface",
|
"type": "Literal",
|
||||||
"properties": [
|
"literal": null
|
||||||
{
|
|
||||||
"id": 0,
|
|
||||||
"name": "name",
|
|
||||||
"type": {
|
|
||||||
"type": "String"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"PtlLobbyList/ResLobbyList": {
|
"PtlLobbyList/ResLobbyList": {
|
||||||
"type": "Number"
|
"type": "Array",
|
||||||
|
"elementType": {
|
||||||
|
"type": "Any"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"PtlSend/ReqSend": {
|
"PtlSend/ReqSend": {
|
||||||
"type": "Interface",
|
"type": "Interface",
|
||||||
|
Loading…
Reference in New Issue
Block a user