精英副本选择暂存
parent
887d5f8d64
commit
0d3d997df8
|
@ -155,6 +155,8 @@ import "CommonProto.proto";
|
|||
optional TowerCopyInfo towerCopyInfo = 4;
|
||||
//已经玩过普通副本地图id
|
||||
repeated int32 playedGenMapId = 5;
|
||||
//精英关卡选择情况
|
||||
repeated int32 difficultMapOptions = 6;
|
||||
}
|
||||
|
||||
// 查看排行榜
|
||||
|
@ -220,4 +222,10 @@ import "CommonProto.proto";
|
|||
// 奖励
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
|
||||
|
||||
//精英副本
|
||||
message DifficultMapRequest{
|
||||
//需要存储的mapid
|
||||
optional int32 mapId = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue