踏碎凌霄协议

master_huanxiang
xuexinpeng 2021-04-23 17:52:32 +08:00
parent e56e463dba
commit 8e6402710e
2 changed files with 17 additions and 0 deletions

View File

@ -69,4 +69,17 @@ import "CommonProto.proto";
message FuXingStoreBuyRequest{
optional int32 activityId = 1;
}
//
message TasuilingxiaoRequest{
// id
optional int32 activityId = 1;
}
message TasuilingxiaoResponse{
//
optional FightData fightData = 1;
//
optional Drop drop = 2;
}

View File

@ -1142,6 +1142,10 @@ enum MessageType{
//303691 - 303692
NewGeneralAttackRequest = 303691;
NewGeneralAttackResponse = 303692;
//303693 - 303694
TasuilingxiaoRequest = 303693;
TasuilingxiaoResponse = 303694;
// 303701 - 303702
UpgradeGodTreeRequest = 303701;