无尽副本地图id
parent
79c738c5a3
commit
090998764d
|
@ -21,6 +21,7 @@ import "CommonProto.proto";
|
||||||
message GetEndlessHeroListInfoResponse{
|
message GetEndlessHeroListInfoResponse{
|
||||||
repeated Hero heroList = 1;
|
repeated Hero heroList = 1;
|
||||||
optional bool isSendFinish =2; //是否发送完成
|
optional bool isSendFinish =2; //是否发送完成
|
||||||
|
optional int32 endlessMapId= 3;//无尽副本地图id
|
||||||
}
|
}
|
||||||
|
|
||||||
message DrawHeroRequest{
|
message DrawHeroRequest{
|
||||||
|
|
|
@ -59,7 +59,6 @@ import "CommonProto.proto";
|
||||||
optional int32 firstTenth = 18;//首次十连是否用过
|
optional int32 firstTenth = 18;//首次十连是否用过
|
||||||
optional int32 monsterAttackTime = 19;//妖潮
|
optional int32 monsterAttackTime = 19;//妖潮
|
||||||
optional int32 isDayFirst = 20;//0表示新的一天
|
optional int32 isDayFirst = 20;//0表示新的一天
|
||||||
optional EndlessInfo endInfo = 21;//无尽副本信息
|
|
||||||
optional PlayerBindPhone playerBindPhone = 22;//玩家手机绑定信息
|
optional PlayerBindPhone playerBindPhone = 22;//玩家手机绑定信息
|
||||||
optional int32 QuestionState = 23;//答题状态 -1没有问卷 0未答题 1已答题
|
optional int32 QuestionState = 23;//答题状态 -1没有问卷 0未答题 1已答题
|
||||||
optional int32 SoulEquipPool = 24;//占星卡池
|
optional int32 SoulEquipPool = 24;//占星卡池
|
||||||
|
|
Loading…
Reference in New Issue