Task【ID1005460】【玩法需求】猎妖之路 协议提交
parent
fd6e5257e8
commit
bafc97f901
|
|
@ -752,9 +752,9 @@ option optimize_for = SPEED;
|
|||
message ExpeditionNodeInfo{
|
||||
optional int32 sortId = 1;//节点id
|
||||
optional int32 lay = 2;//节点层
|
||||
optional int32 type = 3;//节点类型
|
||||
optional int32 type = 3;//节点类型 //1 //精英节点2;//首领节点3;//复活节点4;//回复节点5;//普通节点
|
||||
optional ExpeditionTeamInfo bossTeaminfo = 4;//节点队伍信息
|
||||
optional int32 state = 5;////节点状态 0未开启 1未通过 2未领取圣物 3已完成
|
||||
optional int32 state = 5;////节点状态 0未开启 1未通过 2未领取圣物 3已完成 4已通过
|
||||
repeated int32 holyEquipID = 6;//圣物id
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue