试炼副本信息修改
parent
f675889b27
commit
309e0ae6e6
|
|
@ -75,6 +75,8 @@ import "CommonProto.proto";
|
|||
optional int32 addHpCount = 18;//回春散已使用次数
|
||||
|
||||
optional int32 mapId = 19;//地图id
|
||||
|
||||
optional TowerCopyInfo towerInfo = 20;//试炼副本信息
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -189,7 +191,7 @@ import "CommonProto.proto";
|
|||
// 副本星级奖励领取进度
|
||||
optional int32 starNum = 3;
|
||||
// 爬塔副本信息
|
||||
optional TowerCopyInfo towerCopyInfo = 4;
|
||||
//optional TowerCopyInfo towerCopyInfo = 4;
|
||||
//已经玩过普通副本地图id
|
||||
repeated int32 playedGenMapId = 5;
|
||||
//精英关卡选择情况
|
||||
|
|
|
|||
Loading…
Reference in New Issue