血战积分

master_huanxiang
wangyuan 2019-09-07 17:16:36 +08:00
parent 92af610f3c
commit 8c1f032800
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -100,4 +100,8 @@ import "CommonProto.proto";
repeated BloodyScoreItemInfo changeItemInfo =2; //
}
message BloodyScoreChangeIndication{
optional int32 myscore = 1 ;//
}