mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-28 00:23:06 +08:00
14 lines
269 B
Protocol Buffer
14 lines
269 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// CmdId: 615
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message ReliquaryDecomposeReq {
|
|
uint32 config_id = 1;
|
|
uint32 target_count = 4;
|
|
repeated uint64 guid_list = 15;
|
|
}
|