gm修改器购买礼包

master_huanxiang
duhui 2022-09-14 15:57:59 +08:00
parent 380d5d9efa
commit 8ba87b1dcf
2 changed files with 8 additions and 2 deletions

View File

@ -1577,8 +1577,9 @@ enum MessageType{
IsCrossIndication = 9000027;
//========================================================== 6000000 bt==========================================================
// gm
GmBuyGoodRequest = 6000001;
}

View File

@ -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
}