mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-05 01:15:36 +08:00
13 lines
240 B
Protocol Buffer
13 lines
240 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// CmdId: 692
|
||
|
// EnetChannelId: 0
|
||
|
// EnetIsReliable: true
|
||
|
// IsAllowClient: true
|
||
|
message ReliquaryDecomposeRsp {
|
||
|
int32 retcode = 9;
|
||
|
repeated uint64 guid_list = 14;
|
||
|
}
|