GC-Proto/proto/ReliquaryDecomposeRsp.proto

9 lines
201 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-21 04:48:06 +03:00
// 4.7.0
// CmdId: 8148
// HCLMCPMJLHA
2022-11-06 15:30:21 +03:00
message ReliquaryDecomposeRsp {
2024-08-21 04:48:06 +03:00
repeated uint64 guid_list = 2;
int32 retcode = 15; // ok
2024-06-02 06:52:03 +03:00
}