GC-Proto/unimplemented/PlayerCompoundMaterialBoost...

15 lines
423 B
Protocol Buffer
Raw Normal View History

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";
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
}