12 lines
318 B
Protocol Buffer
12 lines
318 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Investigation.proto";
|
|
import "InvestigationTarget.proto";
|
|
// 4.7.0
|
|
// CmdId: 27774
|
|
message PlayerInvestigationAllInfoNotify {
|
|
repeated Investigation investigation_list = 11;
|
|
repeated InvestigationTarget investigation_target_list = 15;
|
|
} |