Task【ID1005460】【玩法需求】猎妖之路 协议提交

master_huanxiang
zhangshanxue 2020-02-09 19:49:51 +08:00
parent fd6e5257e8
commit bafc97f901
1 changed files with 2 additions and 2 deletions

View File

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