1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-01-30 17:49:40 +03:00
GC-Proto/proto/BuyGoodsParam.proto
2024-07-22 11:47:23 +08:00

10 lines
207 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ShopGoods.proto";
// Version: 4.7.0
// Obfs: MACJPBNAKLI
message BuyGoodsParam {
uint32 buy_count = 13;
ShopGoods goods = 8;
}