gm修改器购买礼包
parent
380d5d9efa
commit
8ba87b1dcf
|
@ -1577,8 +1577,9 @@ enum MessageType{
|
|||
IsCrossIndication = 9000027;
|
||||
|
||||
|
||||
|
||||
|
||||
//========================================================== 6000000 起为bt协议==========================================================
|
||||
// gm修改器购买物品
|
||||
GmBuyGoodRequest = 6000001;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1253,4 +1253,9 @@ import "CommonProto.proto";
|
|||
optional int32 levelId = 1; // 比数字小游戏当前关卡Id
|
||||
optional int32 completeNum = 2; // 比数字小游戏当前章节通关数量
|
||||
repeated int32 rewardIdArr = 3; // 比数字小游戏存储已领取过的关卡累计奖励 (章节ID * 1000 + 累计关卡数)
|
||||
}
|
||||
|
||||
// ==============================bt协议==============================
|
||||
message GmBuyGoodRequest{
|
||||
optional int32 goodsId = 1;//礼包id
|
||||
}
|
Loading…
Reference in New Issue