15 lines
301 B
Protocol Buffer
15 lines
301 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CompoundQueueData.proto";
|
|
|
|
// Name: KFNFMKJEDPG
|
|
// CmdId: 105
|
|
message GetCompoundDataRsp {
|
|
repeated CompoundQueueData compoundQueueDataList = 14;
|
|
repeated uint32 unlockCompoundList = 13;
|
|
int32 retcode = 2;
|
|
}
|
|
|