试炼精气值修改
parent
3b88b6fb5e
commit
91a12b0b10
|
|
@ -37,7 +37,7 @@ import "CommonProto.proto";
|
|||
// 任务获得的道具
|
||||
optional Drop missionDrop = 3;
|
||||
//英雄剩余血量
|
||||
repeated int32 remainHpList = 4;
|
||||
repeated int32 remainHpList = 4;
|
||||
// 更新主线任务
|
||||
optional Mission mission = 5;
|
||||
// 探索地图剩余时间(秒)
|
||||
|
|
@ -46,6 +46,8 @@ import "CommonProto.proto";
|
|||
optional int32 eventId = 7;
|
||||
// 试炼时间(最后一层专用)
|
||||
optional int32 lastTowerTime = 8;
|
||||
// 试炼精气
|
||||
optional int32 essenceValue = 9;
|
||||
}
|
||||
|
||||
// 快速战斗
|
||||
|
|
|
|||
Loading…
Reference in New Issue