GC-Proto/proto/ReliquaryDecomposeRsp.proto

16 lines
300 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ReliquaryDecomposeRsp {
enum NPPDIIDIBDH {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 682;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
int32 retcode = 13;
repeated uint64 guidList = 12;
}