缓存模块
This commit is contained in:
@@ -23,6 +23,17 @@ message Game2G_ExitResponse // IRouteResponse
|
||||
}
|
||||
|
||||
|
||||
///获取玩家基础信息
|
||||
message S2G_GetPlayerBasicInfoRequest // IRouteRequest,G2S_GetPlayerBasicInfoResponse
|
||||
{
|
||||
repeated int64 IdList = 1; // 查询列表
|
||||
}
|
||||
///获取玩家基础信息响应
|
||||
message G2S_GetPlayerBasicInfoResponse // IRouteResponse
|
||||
{
|
||||
repeated RoleSimpleInfo RoleList = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
///通知游戏服角色进入该聊天服
|
||||
|
||||
Reference in New Issue
Block a user