20 lines
343 B
Protocol Buffer
20 lines
343 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "OtherCustomDungeonBrief.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message SearchCustomDungeonRsp {
|
||
|
enum PBOGKMIAOKK {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 6224;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
OtherCustomDungeonBrief customDungeonBrief = 6;
|
||
|
int32 retcode = 5;
|
||
|
}
|