buff
parent
f982bb68d1
commit
389e96eabd
|
|
@ -203,7 +203,10 @@ option optimize_for = SPEED;
|
|||
repeated ExploreDetail exploreDetail =4; //进度详情
|
||||
}
|
||||
|
||||
|
||||
message FoodBuffer {
|
||||
optional int32 bufferId = 1;
|
||||
optional int32 leftStep = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ import "CommonProto.proto";
|
|||
optional int32 leftStep = 4;
|
||||
// 临时背包
|
||||
optional Drop temporaryItems = 5;
|
||||
// buff
|
||||
repeated FoodBuffer foodBuffers = 6;
|
||||
}
|
||||
|
||||
// 更新事件
|
||||
|
|
|
|||
Loading…
Reference in New Issue