13 lines
333 B
Protocol Buffer
13 lines
333 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 1519
|
|
|
|
import "InvestigationTarget.proto";
|
|
import "Investigation.proto";
|
|
|
|
message PlayerInvestigationAllInfoNotify {
|
|
repeated InvestigationTarget investigation_target_list = 8;
|
|
repeated Investigation investigation_list = 9;
|
|
}
|