扭转乾坤协议

master_huanxiang
lvxinran 2021-01-21 10:06:39 +08:00
parent 2161a310d3
commit 76f1ce345f
2 changed files with 7 additions and 0 deletions

View File

@ -55,4 +55,9 @@ import "CommonProto.proto";
message UpgradeGodTreeRequest{
}
message UpgradeGodTreeResponse{
}
//
message GoodLuckResponse{
optional int32 index = 1;
optional Drop drop = 2;
}

View File

@ -503,6 +503,8 @@ enum MessageType{
GUILD_CHALLENGE_SEND_MESSAGE_RESPONSE = 16685;
//GUILD_CHALLENGE_FIVE_INDICATION = 16686;//
GOOD_LUCK_REQUEST = 16687//
GOOD_LUCK_RESPONSE = 16688;
// H 10700
HERO_RAND_REQQUEST = 10701;