GC-Proto/proto/PlayerInvestigationNotify.p...

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