|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CompoundQueueData.proto";
|
|
|
|
// CmdId: 154
|
|
// Name: JBKJMBEKPBB
|
|
message CompoundDataNotify {
|
|
repeated CompoundQueueData compoundQueueDataList = 8;
|
|
repeated uint32 unlockCompoundList = 13;
|
|
}
|
|
|