使用buff协议修改

master_huanxiang
lvxinran 2019-07-02 11:39:51 +08:00
parent aec3f9046a
commit 6b8e7dc9af
1 changed files with 2 additions and 5 deletions

View File

@ -121,10 +121,7 @@ import "CommonProto.proto";
optional int32 optionId = 2;
}
message UseTowerBuffResponse {
//buffId
optional int32 buffId = 1;
//buff
optional int32 buffValue = 2;
optional EventBehaviorCommon eventBehaviorCommon =1;
}
@ -192,7 +189,7 @@ import "CommonProto.proto";
//
repeated Drop drop = 1;
}
message FbStarRewardResponse{
message FbStarRewardResponse{
//
optional Drop FbStarReward = 1;
}