GC-Proto/proto/HomeLimitedShopGoods.proto

17 lines
393 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ItemParam.proto";
// Name: KACCHOBDCLB
message HomeLimitedShopGoods {
uint32 bought_num = 5; //KCHMFBKCLKO
uint32 disable_type = 12; //LLJPJOEMPFE
uint32 buy_limit = 11; //FGACANHEBMH
ItemParam goods_item = 2;
repeated ItemParam cost_item_list = 6;
uint32 goods_id = 14; //GOMAIIJPDKD
}