1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-09 10:36:08 +03:00
GC-Proto/proto/BuyGoodsParam.proto
2024-05-30 15:23:06 +08:00

13 lines
210 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ShopGoods.proto";
// Version: 4.6.0
// Obfs: KHNAGEGDMIJ
message BuyGoodsParam {
uint32 buy_count = 6;
ShopGoods goods = 10;
}