GC-Proto/proto/BatchBuyGoodsReq.proto

11 lines
251 B
Protocol Buffer
Raw Normal View History

2022-12-05 15:02:30 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "BuyGoodsParam.proto";
2024-07-22 06:47:23 +03:00
// CmdId: 21323
// Version: 4.7.0
// Obfs: GJPKFIHDNNF
2022-12-05 15:02:30 +03:00
message BatchBuyGoodsReq {
2024-07-22 06:47:23 +03:00
uint32 shop_type = 2;
repeated BuyGoodsParam buy_goods_list = 4;
2022-12-05 15:02:30 +03:00
}