登陆时副本信息
parent
aed3441c5d
commit
748a0109d2
|
@ -171,15 +171,8 @@ import "CommonProto.proto";
|
|||
|
||||
//关卡信息
|
||||
message getAllLevelDifficultyInfosResponse{
|
||||
repeated LevelDifficultyInfos levelDifficultyInfos = 1;
|
||||
// 副本信息
|
||||
repeated MapInfo mapInfos = 2;
|
||||
// 副本星级奖励领取进度
|
||||
optional int32 starNum = 3;
|
||||
//已经玩过普通副本地图id
|
||||
repeated int32 playedGenMapId = 4;
|
||||
//精英关卡选择情况
|
||||
repeated DifficultMapOption difficultMapOptions = 5;
|
||||
optional int32 killCount = 1;//击杀小怪数量
|
||||
repeated int32 trialRewardInfo = 2;//试炼领奖信息
|
||||
}
|
||||
|
||||
// 查看排行榜
|
||||
|
|
Loading…
Reference in New Issue