GC-Proto/proto/PlayerInvestigationAllInfoNotify.proto
2024-07-05 05:44:58 +08:00

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;
}