GC-Proto/proto/ShopGoods.proto

31 lines
754 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "ItemParam.proto";
2023-04-11 06:14:48 +03:00
// Name: NMLPHHIHIOK
2022-11-06 15:30:21 +03:00
message ShopGoods {
2023-04-11 06:14:48 +03:00
uint32 OLFIOBININC = 1;
uint32 EOMGIGFFCLI = 736;
ItemParam goods_item = 7;
uint32 IBKPPFBAOBH = 9;
uint32 JGCLNJKOALJ = 1201;
uint32 LAKDFDKCMKC = 11;
uint32 ONDHAANEFIK = 1493;
uint32 begin_time = 14;
repeated uint32 pre_goods_id_list = 6;
uint32 IAKCJHEJHOG = 15;
uint32 LBPDCMBFNEC = 2;
uint32 bought_num = 3;
uint32 GNENHCFPFCP = 688;
uint32 BKONLAFGBFC = 10;
uint32 end_time = 4;
uint32 MLKHDJPCJLG = 12;
repeated ItemParam cost_item_list = 13;
uint32 HLDEGIEBMBI = 617;
uint32 LDBIHGCDGNP = 8;
uint32 next_refresh_time = 5;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00