14 lines
301 B
Protocol Buffer
14 lines
301 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ShopGoods.proto";
|
|
// CmdId: 22736
|
|
// Version: 4.7.0
|
|
// Obfs: EEOIKFGEOCJ
|
|
message BuyGoodsRsp {
|
|
repeated ShopGoods goods_list = 7;
|
|
int32 retcode = 13;
|
|
ShopGoods goods = 3;
|
|
uint32 buy_count = 8;
|
|
uint32 shop_type = 14;
|
|
}
|