工会boss注释
parent
afca89f797
commit
9b68880d65
|
|
@ -41,9 +41,9 @@ import "CommonProto.proto";
|
|||
//战斗结果
|
||||
optional int32 result = 1;
|
||||
// 事件获得的道具
|
||||
optional Drop enventDrop = 2;
|
||||
optional Drop enventDrop = 2; //工会boss代表基础掉落
|
||||
// 任务获得的道具
|
||||
optional Drop missionDrop = 3;
|
||||
optional Drop missionDrop = 3; // 工会boss代表随机掉落
|
||||
//英雄剩余血量
|
||||
repeated int32 remainHpList = 4;
|
||||
// 更新主线任务
|
||||
|
|
@ -55,7 +55,7 @@ import "CommonProto.proto";
|
|||
// 试炼时间(最后一层专用)
|
||||
optional int32 lastTowerTime = 8;
|
||||
// 试炼精气
|
||||
optional int32 essenceValue = 9;
|
||||
optional int32 essenceValue = 9; // 工会boss代表伤害值 试炼副本代表精气值
|
||||
optional int32 lastXY =10; //失败回退到上一步的位置坐标
|
||||
optional UpdateUserExpIndicaiton UpdateUserExpIndicaiton = 11;//经验
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue