GC-Proto/proto/GetCompoundDataRsp.proto

11 lines
288 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "CompoundQueueData.proto";
2024-07-05 00:44:58 +03:00
// CmdId: 28257
// Obf: CPJBJBKMHLD
2022-11-06 15:30:21 +03:00
message GetCompoundDataRsp {
2024-07-05 00:44:58 +03:00
int32 retcode = 6;
repeated uint32 unlockCompoundList = 13;
repeated CompoundQueueData compoundQueueDataList = 9;
2022-11-06 15:30:21 +03:00
}