公会战对战

master_huanxiang
lvxinran 2019-08-15 10:52:33 +08:00
parent d6500575c5
commit 6ef47bebdb
2 changed files with 12 additions and 0 deletions

View File

@ -247,4 +247,13 @@ import "CommonProto.proto";
optional int32 joinType = 5;//
optional EnemyFamily enemy =6;//
}
message FamilyFightAttackRequest{
//Id
optional int32 attackUid = 1;
}
message FamilyFightAttackResponse{
//Id
optional int32 result = 1;
optional int32 starCount = 2;
}

View File

@ -254,6 +254,9 @@ enum MessageType{
FAMILY_FIGHT_ROUND_INFO_RESPONSE = 10570;
FAMILY_FIGHT_MATCHING_SUCCESS_INDICATION = 10571;//
FAMILY_FIGHT_ATTACK_REQUEST = 10572;//
FAMILY_FIGHT_ATTACK_RESPONSE = 10573;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //