From 8c1f032800c43fc4f196113cdbe3d8da27b8aebb Mon Sep 17 00:00:00 2001 From: wangyuan Date: Sat, 7 Sep 2019 17:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=80=E6=88=98=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 ++ protos/RoomProto.proto | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index fdce443..e95734f 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -117,6 +117,8 @@ enum MessageType{ BLOOD_BUY_SCORE_REQUEST = 10121; //购买血战积分奖励 BLOOD_BUY_SCORE_RESPONSE = 10122; + BLOODY_SCORE_CHANGE_INDICATION = 10123 ; // 血战积分变更 + // C 10200 COOK_FOOD_REQUEST = 10200; // 制作美食 COOK_FOOD_RESPONSE = 10201; diff --git a/protos/RoomProto.proto b/protos/RoomProto.proto index d33e9c4..8e0ddd9 100644 --- a/protos/RoomProto.proto +++ b/protos/RoomProto.proto @@ -100,4 +100,8 @@ import "CommonProto.proto"; repeated BloodyScoreItemInfo changeItemInfo =2; // 状态变化的信息 } + message BloodyScoreChangeIndication{ + optional int32 myscore = 1 ;// 血战积分 + } + \ No newline at end of file