From 3216a43d08c28369ac87487011ec2c569d5d3bea Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 8 Jul 2019 12:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E7=82=B9=20&=20boss=20=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 3 +++ protos/PlayerInfoProto.proto | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index ff10cb1..e5562cc 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -150,6 +150,9 @@ import "CommonProto.proto"; optional int32 fightResult = 3;// 是否被击杀 1:击杀 0:未击杀 optional int32 consumeFightTimes = 4; //本次消耗次数 optional string killRewards = 5 ; //击杀奖励 + optional int32 bossTotalHp = 6; //boss 总血量 + optional int32 bossRemainHp = 7 ;// boss 剩余血量 + } message AdventureBossShareRequest{ diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 3bff68a..539dcaf 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -143,7 +143,7 @@ import "CommonProto.proto"; } message RedPointInfo{ - optional int32 type =1 ;//红点类型 1: 邮件红点 + optional int32 type =1 ;//红点类型 1: 邮件红点 2 : 分享外敌boss红点 3:竞技场防守记录红点 } message SaveNewPlayerPointRequest{