新将来袭
parent
2fad3c176d
commit
bbe362ad8d
|
|
@ -34,4 +34,19 @@ import "CommonProto.proto";
|
|||
message SpecicalMonsterChooseRequest{
|
||||
optional int32 activityId = 1;
|
||||
optional int32 selectId = 2;
|
||||
}
|
||||
|
||||
// 新将来袭
|
||||
message NewGeneralAttackRequest{
|
||||
// 活动id
|
||||
optional int32 activityId = 1;
|
||||
// 使用次数类型id
|
||||
optional int32 privilageTypeId = 2;
|
||||
}
|
||||
|
||||
message NewGeneralAttackResponse{
|
||||
// 战斗属性
|
||||
optional FightData fightData = 1;
|
||||
// 道具
|
||||
optional Drop drop = 2;
|
||||
}
|
||||
|
|
@ -1099,6 +1099,10 @@ enum MessageType{
|
|||
SeletSubRewardPoolRequest = 303671;//易经宝库
|
||||
SeletSubRewardPoolResponse = 303672;
|
||||
|
||||
//303691 - 30390 新将来袭
|
||||
NewGeneralAttackRequest = 303691;
|
||||
NewGeneralAttackResponse = 303692;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue