接入ResLogin.otherPlayers
This commit is contained in:
@@ -27,7 +27,7 @@ export interface ServiceType {
|
||||
}
|
||||
|
||||
export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"services": [
|
||||
{
|
||||
"id": 0,
|
||||
@@ -273,6 +273,18 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"type": "Boolean"
|
||||
},
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "otherPlayers",
|
||||
"type": {
|
||||
"type": "Array",
|
||||
"elementType": {
|
||||
"type": "Reference",
|
||||
"target": "MsgResLogin/PlayerInfo"
|
||||
}
|
||||
},
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user