礼物升星
parent
e7592b5d7c
commit
8eaba85661
|
|
@ -619,6 +619,15 @@ message GiftEquipWearRequest{
|
|||
repeated int32 giftIds = 3;//礼物id列表
|
||||
}
|
||||
|
||||
// 礼物装备升星
|
||||
message GiftEquipUpStarRequest{
|
||||
optional int32 giftId = 1;//礼物
|
||||
}
|
||||
|
||||
message GiftEquipUpStarResponse{
|
||||
optional Drop drop = 1;//掉落
|
||||
}
|
||||
|
||||
// 潜能
|
||||
message PotentialUpLvRequest{
|
||||
optional string heroId = 1;// 英雄id
|
||||
|
|
|
|||
|
|
@ -1632,7 +1632,6 @@ enum MessageType{
|
|||
IsCrossResponse = 9000026;
|
||||
IsCrossIndication = 9000027;
|
||||
|
||||
//========================================================== 6000000 起为bt协议==========================================================
|
||||
// gm修改器购买物品
|
||||
GmBuyGoodRequest = 6000001;
|
||||
|
||||
|
|
@ -1677,6 +1676,10 @@ enum MessageType{
|
|||
TrainingUpLvRequest = 6000031;
|
||||
TrainingUpLvResponse = 6000032;
|
||||
|
||||
// 礼物装备升星
|
||||
GiftEquipUpStarRequest = 6000033;
|
||||
GiftEquipUpStarResponse = 6000034;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue