GC-Proto/proto/BuyGoodsParam.proto

13 lines
210 B
Protocol Buffer
Raw Normal View History

2022-12-05 15:02:30 +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
// Version: 4.6.0
// Obfs: KHNAGEGDMIJ
2022-12-05 15:02:30 +03:00
message BuyGoodsParam {
2024-05-30 10:23:06 +03:00
uint32 buy_count = 6;
ShopGoods goods = 10;
2022-12-05 15:02:30 +03:00
}