GC-Proto/proto/PlayerInvestigationAllInfoNotify.proto
2024-06-08 14:18:08 +08:00

12 lines
309 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Investigation.proto";
import "InvestigationTarget.proto";
// CmdId: 23844
message PlayerInvestigationAllInfoNotify {
repeated Investigation investigation_list = 5;
repeated InvestigationTarget investigation_target_list = 14;
}