master_huanxiang
wangyuan 2019-09-24 15:08:44 +08:00
parent 95a8518037
commit 54b4e8a577
1 changed files with 7 additions and 6 deletions

View File

@ -4,8 +4,6 @@ option optimize_for = SPEED;
import "CommonProto.proto";
import "PlayerInfoProto.proto";
// request response
//
@ -32,6 +30,13 @@ import "PlayerInfoProto.proto";
optional int32 type = 4; // 1: 2 3 4: 5 6
optional int32 dropout = 5 ;// 退 1 退
}
message UpdateUserExpIndicaiton{
optional int32 level = 1 ;//
optional int32 exp =2 ; //
}
message FightEndResponse {
//
optional int32 result = 1;
@ -192,9 +197,5 @@ import "PlayerInfoProto.proto";
optional AdventureBossSimpleInfo adventureBossInfo =1; // bosss
}
message MainLevelTakeStateRewardResponse{
optional Drop drop = 1 ;//
}