四灵协议修改
parent
ccf082da15
commit
ebed66d682
|
@ -892,5 +892,6 @@ option optimize_for = SPEED;
|
|||
optional int32 guildName = 3;//0好友 1公会
|
||||
optional int32 trailType = 4;//试炼类型
|
||||
optional Hero hero = 5; //助战英雄
|
||||
optional int32 state = 6;//状态,0:未使用,1:已使用
|
||||
}
|
||||
|
|
@ -75,7 +75,6 @@ import "CommonProto.proto";
|
|||
repeated int32 DemonsTrialRewardInfo = 35;//心魔试炼已领取奖励信息
|
||||
repeated HeadFrameList headFrameBag = 36;//头像框背包
|
||||
repeated HelpFightList helpFightList = 37;//已选取的助战信息
|
||||
repeated int32 isUseHelpHero = 38;// 是否使用了助战英雄,0:未选中,1:已选未使用,2:已使用
|
||||
}
|
||||
|
||||
|
||||
|
@ -815,8 +814,6 @@ import "CommonProto.proto";
|
|||
optional int32 type = 2;//英雄类型
|
||||
optional int32 status = 3;//0:取消,1:选择
|
||||
}
|
||||
message UseHelpHeroResponse{
|
||||
}
|
||||
|
||||
// 四灵,获取战斗记录
|
||||
message GetFourChallengeRecordRequest{
|
||||
|
|
Loading…
Reference in New Issue