加入公会限制

master_huanxiang
lvxinran 2019-08-27 13:20:15 +08:00
parent fdc126b7d7
commit 7ce5e05576
3 changed files with 9 additions and 0 deletions

View File

@ -502,6 +502,7 @@ option optimize_for = SPEED;
optional int32 icon = 9; //
optional int32 levelTime=10; //
optional FamilyContribute fightResult = 11;//
optional int32 playerIntoLevel = 12;//
}
//

View File

@ -295,3 +295,8 @@ import "CommonProto.proto";
message GetAttackHeroBloodResponse{
repeated HeroBloodInfo blood = 1;
}
//
message FamilySetIntoLevel{
optional int32 verify = 1;//01
optional int32 level = 2;
}

View File

@ -277,6 +277,9 @@ enum MessageType{
FAMILY_ATTACK_BLOOD_REQUEST = 10581;//
FAMILY_ATTACK_BLOOD_RESPONSE = 10582;
FAMILY_SET_INTO_LEVEL_REQUEST = 10583;//
FAMILY_SET_INTO_LEVEL_RESPONSE = 10584;
// G 10600
GET_PLAYERINFO_REQUEST = 10600; //