攻击血量查看

master_huanxiang
lvxinran 2019-08-22 10:30:03 +08:00
parent 4cf06fb004
commit d074b12c8a
2 changed files with 6 additions and 1 deletions

View File

@ -288,4 +288,6 @@ import "CommonProto.proto";
message ChangeIconRequest{
optional int32 iconId = 1;
}
message GetAttackHeroBloodResponse{
optional int32 lostBlood = 1;
}

View File

@ -273,6 +273,9 @@ enum MessageType{
FAMILY_CHANGE_ICON_REQUEST = 10579;//
FAMILY_CHANGE_ICON_RESPONSE = 10580;
FAMILY_ATTACK_BLOOD_REQUEST = 10581;//
FAMILY_ATTACK_BLOOD_RESPONSE = 10582;
// G 10600