GC-Proto/proto/ShopGoods.proto

31 lines
752 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-02-28 06:08:38 +03:00
// Name: EFLDHGLFIDD
2022-11-06 15:30:21 +03:00
message ShopGoods {
2023-02-28 06:08:38 +03:00
uint32 OCIGJMBPIMN = 7;
uint32 JAFFFHILNCD = 1817;
ItemParam goods_item = 8;
uint32 end_time = 12;
uint32 JPCBEPKDBGA = 14;
repeated uint32 pre_goods_id_list = 3;
uint32 ALOPKNFLFBE = 570;
uint32 goodsId = 4;
uint32 GOMAIIJPDKD = 9;
uint32 HBAEGHNDCKB = 11;
uint32 KKINAOMJKAD = 505;
uint32 FGACANHEBMH = 6;
uint32 begin_time = 5;
uint32 next_refresh_time = 10;
repeated ItemParam cost_item_list = 1;
uint32 LMOPLEOOIJM = 1467;
uint32 LLJPJOEMPFE = 15;
uint32 MIBMBPJHBBM = 2;
uint32 LLCOFLCEKDB = 1344;
uint32 CABPCJFGBLJ = 13;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00