15 lines
287 B
Protocol Buffer
15 lines
287 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InvestigationMonster.proto";
|
|
|
|
// CmdId: 1922
|
|
// Name: ACFFIBPINDH
|
|
message GetInvestigationMonsterRsp {
|
|
bool is_for_mark = 8;
|
|
int32 retcode = 9;
|
|
repeated InvestigationMonster monster_list = 2;
|
|
}
|
|
|