@@ -59,7 +59,7 @@ message G2Map_EnterMapRequest // IRouteRequest,Map2G_EnterMapResponse
|
||||
{
|
||||
string RoomCode = 1; //房间代码
|
||||
int64 AccountId = 2; //账号id
|
||||
int32 MapId = 3; //地图id
|
||||
int32 MapId =3; //地图id
|
||||
}
|
||||
|
||||
/// 请求进入房间响应
|
||||
@@ -67,7 +67,7 @@ message Map2G_EnterMapResponse // IRouteResponse
|
||||
{
|
||||
string RoomCode = 1; //房间代码
|
||||
int32 MapId = 2; //地图id
|
||||
repeated MapUnitInfo Units = 3; //房间玩家列表
|
||||
repeated MapUnitInfo Units = 2; //房间玩家列表
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user