From 8fee7204002cab5bec9fb495bbf19a29adac43cc Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 6 Nov 2019 16:09:34 +0800 Subject: [PATCH] fightresult --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 3393293..c99b194 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -328,6 +328,7 @@ option optimize_for = SPEED; optional ArenaPersonInfo attackInfo =2 ;// 进攻者信息 optional int32 attackTime =3 ; //进攻时间 optional int32 myScoreChange =4 ;// 我的分数变化值 + optional int32 fightResult = 5; // 战斗结果 }