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

10 lines
205 B
Protocol Buffer

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