试炼精气值修改

master_huanxiang
lvxinran 2019-07-03 14:51:17 +08:00
parent 3b88b6fb5e
commit 91a12b0b10
1 changed files with 3 additions and 1 deletions

View File

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