特训道具加速时间
parent
ee071de7dc
commit
bdd2b5872f
|
@ -733,6 +733,12 @@ message TrainingArchitectureInfoResponse{
|
|||
repeated TrainingArchitectureInfo infos = 1;//建筑属性
|
||||
}
|
||||
|
||||
message TrainingPropSpeedRequest{
|
||||
optional int32 archId = 1;//建筑id
|
||||
optional int32 itemId = 2;//道具id
|
||||
optional int32 num = 3;//道具数量
|
||||
}
|
||||
|
||||
// 助阵
|
||||
message AssistInfoRequest{
|
||||
}
|
||||
|
|
|
@ -1732,6 +1732,9 @@ enum MessageType{
|
|||
//现金点卷购买
|
||||
MoneyBuyGiftRequest = 70000167;
|
||||
|
||||
// 特训道具加速时间
|
||||
TrainingPropSpeedRequest = 7000017;
|
||||
TrainingPropSpeedResponse = 7000018;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue