GC-Proto/proto/GetInvestigationMonsterRsp....

21 lines
384 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InvestigationMonster.proto";
message GetInvestigationMonsterRsp {
enum ONMJIJLGELG {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 1927;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
int32 retcode = 6;
repeated InvestigationMonster monster_list = 2;
bool isForMark = 11;
}