master_huanxiang
jiahuiwen 2019-04-02 15:57:18 +08:00
parent f982bb68d1
commit 389e96eabd
2 changed files with 6 additions and 1 deletions

View File

@ -203,7 +203,10 @@ option optimize_for = SPEED;
repeated ExploreDetail exploreDetail =4; //
}
message FoodBuffer {
optional int32 bufferId = 1;
optional int32 leftStep = 2;
}

View File

@ -27,6 +27,8 @@ import "CommonProto.proto";
optional int32 leftStep = 4;
//
optional Drop temporaryItems = 5;
// buff
repeated FoodBuffer foodBuffers = 6;
}
//