mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
21 lines
405 B
Protocol Buffer
21 lines
405 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: KADMHAIDOBA
|
|
// CmdId: 4592
|
|
message GetHomeExchangeWoodInfoRsp {
|
|
// Name: LHNJKLLKOAI
|
|
message LHNJKLLKOAI {
|
|
uint32 KHGAODFOGNM = 10;
|
|
uint32 HFHHPNMIHPA = 4;
|
|
uint32 next_refresh_time = 9;
|
|
uint32 wood_id = 11;
|
|
}
|
|
|
|
int32 retcode = 1;
|
|
repeated LHNJKLLKOAI NMIIHLAHDBN = 10;
|
|
}
|
|
|