Task【ID1006213】【新战斗版本】大闹天宫(猎妖之路功能优化)

master_huanxiang
zhangshanxue 2020-05-19 12:02:04 +08:00
parent 6222e2792f
commit af76611c2f
3 changed files with 10 additions and 0 deletions

View File

@ -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
}

View File

@ -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;//
}

View File

@ -969,6 +969,7 @@ enum MessageType{
HeroNodeRequest = 303404;
HeroNodeResponse = 303405;
ExpeditionResetIndication = 303406;
}