GC-Proto/proto/BuyGoodsRsp.proto

14 lines
301 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "ShopGoods.proto";
2024-07-22 06:47:23 +03:00
// CmdId: 22736
// Version: 4.7.0
// Obfs: EEOIKFGEOCJ
2022-11-06 15:30:21 +03:00
message BuyGoodsRsp {
2024-07-22 06:47:23 +03:00
repeated ShopGoods goods_list = 7;
int32 retcode = 13;
ShopGoods goods = 3;
uint32 buy_count = 8;
2024-05-30 10:23:06 +03:00
uint32 shop_type = 14;
2022-11-06 15:30:21 +03:00
}