1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-12 12:06:07 +03:00
GC-Proto/proto/PlayerInvestigationAllInfoNotify.proto
2024-06-08 14:18:08 +08:00

12 lines
309 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Investigation.proto";
import "InvestigationTarget.proto";
// CmdId: 23844
message PlayerInvestigationAllInfoNotify {
repeated Investigation investigation_list = 5;
repeated InvestigationTarget investigation_target_list = 14;
}