14 lines
335 B
Protocol Buffer
14 lines
335 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "BuyGoodsParam.proto";
|
|
import "ShopGoods.proto";
|
|
// CmdId: 8097
|
|
// Version: 4.7.0
|
|
// Obfs: GCHGAJJHEJO
|
|
message BatchBuyGoodsRsp {
|
|
repeated ShopGoods goods_list = 15;
|
|
repeated BuyGoodsParam buy_goods_list = 14;
|
|
int32 retcode = 7;
|
|
uint32 shop_type = 11;
|
|
}
|