@@ -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; //房间玩家列表
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ message FishInfo
|
||||
{
|
||||
uint32 ConfigId = 1; //配置id
|
||||
int64 Id = 2; //物品id
|
||||
int32 Weight = 3; //重量
|
||||
int32 Weight =3; //重量
|
||||
int64 GetTime = 4; //获得时间
|
||||
int64 ExpirationTime = 5; //失效时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user