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

10 lines
211 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Investigation.proto";
// 4.7.0
// CmdId: 6640
message PlayerInvestigationNotify {
repeated Investigation investigation_list = 6;
}