协议修改
parent
309e0ae6e6
commit
0fd4f90df5
|
@ -76,7 +76,7 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
optional int32 mapId = 19;//地图id
|
optional int32 mapId = 19;//地图id
|
||||||
|
|
||||||
optional TowerCopyInfo towerInfo = 20;//试炼副本信息
|
//optional TowerCopyInfo towerInfo = 20;//试炼副本信息
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@ import "CommonProto.proto";
|
||||||
// 副本星级奖励领取进度
|
// 副本星级奖励领取进度
|
||||||
optional int32 starNum = 3;
|
optional int32 starNum = 3;
|
||||||
// 爬塔副本信息
|
// 爬塔副本信息
|
||||||
//optional TowerCopyInfo towerCopyInfo = 4;
|
optional TowerCopyInfo towerCopyInfo = 4;
|
||||||
//已经玩过普通副本地图id
|
//已经玩过普通副本地图id
|
||||||
repeated int32 playedGenMapId = 5;
|
repeated int32 playedGenMapId = 5;
|
||||||
//精英关卡选择情况
|
//精英关卡选择情况
|
||||||
|
|
Loading…
Reference in New Issue