GC-Proto/proto/GetRecommendCustomDungeonRs...

20 lines
359 B
Protocol Buffer

syntax = "proto3";
import "OtherCustomDungeonBrief.proto";
option java_package = "emu.grasscutter.net.proto";
message GetRecommendCustomDungeonRsp {
enum OHGNEBJNACG {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 6206;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated OtherCustomDungeonBrief customDungeonList = 10;
int32 retcode = 12;
}