Task【ID1006213】【新战斗版本】大闹天宫(猎妖之路功能优化)
parent
6222e2792f
commit
af76611c2f
|
@ -99,6 +99,7 @@ option optimize_for = SPEED;
|
|||
repeated SoulPos soulPos = 12;//魂印
|
||||
optional int32 lockState = 13;// 上锁状态 1 :上锁 0:未上锁
|
||||
repeated string jewels = 14;//宝器
|
||||
optional int32 createtype = 15;//创建类型 1猎妖援助
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -133,4 +133,12 @@ import "CommonProto.proto";
|
|||
message HeroNodeResponse{
|
||||
}
|
||||
|
||||
message ExpeditionResetIndication { //猎妖重置
|
||||
repeated ExpeditionNodeInfo nodeInfo = 1; //节点信息
|
||||
repeated ExpeditionSimpleHeroInfo heroInfo = 2;//己方英雄信息
|
||||
repeated int32 rewardids = 3;//领取过奖励的id
|
||||
repeated ExpeditionEquip equipIds = 4;//圣物
|
||||
repeated string removesHeroIds = 5;//移除援助的英雄
|
||||
}
|
||||
|
||||
|
|
@ -969,6 +969,7 @@ enum MessageType{
|
|||
HeroNodeRequest = 303404;
|
||||
HeroNodeResponse = 303405;
|
||||
|
||||
ExpeditionResetIndication = 303406;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue