GC-Proto/proto/GetInvestigationMonsterRsp....

14 lines
296 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InvestigationMonster.proto";
// CmdId: 25460
// Version: 4.7.0
// Obfs: BMKAHHPHDGG
message GetInvestigationMonsterRsp {
int32 retcode = 12;
repeated InvestigationMonster monster_list = 5;
bool is_for_mark = 1;
}