15 lines
289 B
Protocol Buffer
15 lines
289 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InvestigationMonster.proto";
|
|
|
|
// Name: CNPABHAODOI
|
|
// CmdId: 1923
|
|
message GetInvestigationMonsterRsp {
|
|
bool is_for_mark = 14;
|
|
repeated InvestigationMonster monster_list = 10;
|
|
int32 retcode = 4;
|
|
}
|
|
|