15 lines
423 B
Protocol Buffer
15 lines
423 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "CompoundQueueData.proto";
|
|
import "CompoundBoostTakeStatusType.proto";
|
|
import "ItemParam.proto";
|
|
// 4.7.0
|
|
// CmdId: 3301
|
|
// Obf: HGCDLGPPEMJ
|
|
message PlayerCompoundMaterialBoostRsp {
|
|
repeated CompoundQueueData compoundQueueDataList = 2;
|
|
CompoundBoostTakeStatusType take_status = 4;
|
|
repeated ItemParam take_item_list = 11;
|
|
int32 retcode = 8;
|
|
}
|