发送号令

master_huanxiang
lvxinran 2020-08-21 17:27:46 +08:00
parent f32e683ffa
commit 9f59b12cf0
2 changed files with 8 additions and 0 deletions

View File

@ -571,5 +571,8 @@ import "CommonProto.proto";
optional int32 buffCount = 1;
optional int32 buffTime = 2;
}
message GuildChallengeMessageResponse{
optional int32 nextTime = 1;//
}

View File

@ -496,7 +496,12 @@ enum MessageType{
GUILD_CHALLENGE_BUY_BUFF_REQUEST = 16681;//buff
GUILD_CHALLENGE_BUY_BUFF_RESPONSE = 16682;
GUILD_CHALLENGE_BUY_BUFF_INDICATION = 16683;
GUILD_CHALLENGE_SEND_MESSAGE_REQUEST = 16684;//
GUILD_CHALLENGE_SEND_MESSAGE_RESPONSE = 16685;
// H 10700
HERO_RAND_REQQUEST = 10701;