进入和离开地图和房间协议合并
This commit is contained in:
@@ -55,16 +55,18 @@ message Club2Chat_CreateChannel // IRouteMessage
|
||||
|
||||
|
||||
/// 请求进入房间
|
||||
message G2Map_EnterRoomRequest // IRouteRequest,Map2G_EnterRoomResponse
|
||||
message G2Map_EnterMapRequest // IRouteRequest,Map2G_EnterMapResponse
|
||||
{
|
||||
string RoomCode = 1; //房间代码
|
||||
int64 AccountId = 2; //账号id
|
||||
int32 MapId =3; //地图id
|
||||
}
|
||||
|
||||
/// 请求进入房间响应
|
||||
message Map2G_EnterRoomResponse // IRouteResponse
|
||||
message Map2G_EnterMapResponse // IRouteResponse
|
||||
{
|
||||
string RoomCode = 1; //房间代码
|
||||
int32 MapId = 2; //地图id
|
||||
repeated MapUnitInfo Units = 2; //房间玩家列表
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user