17 lines
342 B
Protocol Buffer
17 lines
342 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: KACCHOBDCLB
|
|
message HomeLimitedShopGoods {
|
|
uint32 KCHMFBKCLKO = 5;
|
|
uint32 LLJPJOEMPFE = 12;
|
|
uint32 FGACANHEBMH = 11;
|
|
ItemParam goods_item = 2;
|
|
repeated ItemParam cost_item_list = 6;
|
|
uint32 GOMAIIJPDKD = 14;
|
|
}
|
|
|