踏碎凌霄协议
parent
e56e463dba
commit
8e6402710e
|
@ -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;
|
||||
}
|
|
@ -1142,6 +1142,10 @@ enum MessageType{
|
|||
//303691 - 303692 新将来袭
|
||||
NewGeneralAttackRequest = 303691;
|
||||
NewGeneralAttackResponse = 303692;
|
||||
|
||||
//303693 - 303694 踏碎凌霄
|
||||
TasuilingxiaoRequest = 303693;
|
||||
TasuilingxiaoResponse = 303694;
|
||||
|
||||
// 303701 - 303702 建木神树
|
||||
UpgradeGodTreeRequest = 303701;
|
||||
|
|
Loading…
Reference in New Issue