syntax = "proto3";

option java_package = "emu.grasscutter.net.proto";

import "Investigation.proto";
// 4.7.0
// CmdId: 6640
message PlayerInvestigationNotify {
	repeated Investigation investigation_list = 6;
}