心魔试炼扫荡
parent
8ed31b55e3
commit
098beae222
|
|
@ -239,5 +239,13 @@ import "CommonProto.proto";
|
|||
optional int32 leftTime = 3; // 礼包剩余购买时间
|
||||
}
|
||||
|
||||
//心魔试炼扫荡
|
||||
message SweepDemonRequest {
|
||||
optional int32 id = 1; //1 :关卡
|
||||
}
|
||||
message SweepDemonResponse {
|
||||
// 获得的道具
|
||||
optional Drop Drop = 1; // 基础奖励
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue