mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 09:19:25 +03:00
15 lines
310 B
Protocol Buffer
15 lines
310 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 5414
|
|
|
|
import "ItemParam.proto";
|
|
|
|
message JGLGILKCPDC {
|
|
repeated ItemParam item_list = 2;
|
|
uint32 OFDGAHOLEBG = 3;
|
|
string product_id = 4;
|
|
uint32 OCFBNGKJGCA = 5;
|
|
uint32 DLGPNDCKBAK = 12;
|
|
}
|