mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
17 lines
339 B
Protocol Buffer
17 lines
339 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ItemParam.proto";
|
|
|
|
// Name: AANGCNPKJIH
|
|
message HomeLimitedShopGoods {
|
|
uint32 BKONLAFGBFC = 7;
|
|
uint32 OLFIOBININC = 4;
|
|
uint32 LAKDFDKCMKC = 11;
|
|
repeated ItemParam cost_item_list = 1;
|
|
ItemParam goods_item = 5;
|
|
uint32 bought_num = 3;
|
|
}
|
|
|