|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 638
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message ReliquaryDecomposeReq {
|
|
uint32 config_id = 13;
|
|
uint32 target_count = 9;
|
|
repeated uint64 guid_list = 8;
|
|
}
|