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

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