Ai世界玩家人数超过4人测试

This commit is contained in:
flswld
2023-01-10 19:21:56 +08:00
parent 3ecdb6ff70
commit 1793054ef4
22 changed files with 596 additions and 251 deletions

View File

@@ -19,6 +19,8 @@ service Discovery {
rpc GetGateServerAddr (GetGateServerAddrReq) returns (GateServerAddr) {}
// 获取全部网关服务器信息列表
rpc GetAllGateServerInfoList (NullMsg) returns (GateServerInfoList) {}
// 获取主游戏服务器的appid
rpc GetMainGameServerAppId (NullMsg) returns (GetMainGameServerAppIdRsp) {}
}
message NullMsg {
@@ -57,6 +59,10 @@ message GetGateServerAddrReq {
string version = 1;
}
message GetMainGameServerAppIdRsp {
string app_id = 1;
}
message RegionEc2b {
bytes data = 1;
}