18 lines
432 B
Protocol Buffer
18 lines
432 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CompoundBoostTakeStatusType.proto";
|
|
import "CompoundQueueData.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// Name: IBIANFNHFKN
|
|
// CmdId: 162
|
|
message PlayerCompoundMaterialBoostRsp {
|
|
int32 retcode = 13;
|
|
repeated CompoundQueueData compound_que_data_list = 8;
|
|
CompoundBoostTakeStatusType take_status = 3;
|
|
repeated ItemParam take_item_list = 10;
|
|
}
|
|
|