From 5b46c2285790d042d772d6ec11e9e5b1ced17c2a Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Wed, 20 Apr 2022 16:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=91=E6=88=98=E5=89=AF=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 3d27c8d..5091455 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -809,6 +809,9 @@ import "CommonProto.proto"; optional Drop drop = 1; optional FightData fightData = 2; optional int32 result = 3;//战斗结果 0输 1赢 + optional int32 type = 4; //1无尽 2宝物 + optional int32 percentReward = 5; //奖励百分比 + optional int64 lossBlood = 6; //损失的血量 } message GetSomeActivityInfoRequest{