GC-Proto/proto/BuyGoodsReq.proto

15 lines
247 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-05-30 10:23:06 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-05-30 10:23:06 +03:00
import "ShopGoods.proto";
2024-05-30 10:23:06 +03:00
// CmdId: 28819
// Version: 4.6.0
// Obfs: OGHIMOFAHII
2022-11-06 15:30:21 +03:00
message BuyGoodsReq {
2024-05-30 10:23:06 +03:00
uint32 buy_count = 4;
uint32 shop_type = 8;
ShopGoods goods = 15;
2022-11-06 15:30:21 +03:00
}