Grasscutter/proto/ReliquaryDecomposeRsp.proto
2022-07-05 22:59:19 -07:00

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;
}