2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "CompoundQueueData.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "CompoundBoostTakeStatusType.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "ItemParam.proto";
|
2024-07-05 00:44:58 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 3301
|
|
|
|
// Obf: HGCDLGPPEMJ
|
2022-11-06 15:51:40 +03:00
|
|
|
message PlayerCompoundMaterialBoostRsp {
|
2024-07-05 00:44:58 +03:00
|
|
|
repeated CompoundQueueData compoundQueueDataList = 2;
|
|
|
|
CompoundBoostTakeStatusType take_status = 4;
|
|
|
|
repeated ItemParam take_item_list = 11;
|
|
|
|
int32 retcode = 8;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|