11 lines
272 B
Protocol Buffer
11 lines
272 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "CompoundQueueData.proto";
|
|
// 4.7.0
|
|
// cmdid: 26025
|
|
// CDFMAMKIAFO
|
|
message CompoundDataNotify {
|
|
repeated CompoundQueueData compoundQueueDataList = 3;
|
|
repeated uint32 unlockCompoundList = 14;
|
|
}
|