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