15 lines
337 B
Protocol Buffer
15 lines
337 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "Investigation.proto";
|
||
|
import "InvestigationTarget.proto";
|
||
|
|
||
|
// CmdId: 1917
|
||
|
// Name: AAGKEHNFPPN
|
||
|
message PlayerInvestigationAllInfoNotify {
|
||
|
repeated Investigation investigation_list = 4;
|
||
|
repeated InvestigationTarget investigation_target_list = 12;
|
||
|
}
|
||
|
|