GC-Proto/proto/ReliquaryDecomposeRsp.proto

13 lines
201 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 680
// Name: FJKADHAFOIM
message ReliquaryDecomposeRsp {
int32 retcode = 2;
repeated uint64 guid_list = 1;
}