mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-30 09:39:26 +03:00
2d8fea02c7
- InvestigationMonster Fix name wrong: - MapMarkPoint?
21 lines
384 B
Protocol Buffer
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;
|
|
}
|