GC-Proto/proto/PlayerInvestigationAllInfoN...

21 lines
416 B
Protocol Buffer

syntax = "proto3";
import "InvestigationTarget.proto";
import "Investigation.proto";
option java_package = "emu.grasscutter.net.proto";
message PlayerInvestigationAllInfoNotify {
enum IFINCGBMAFA {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 1917;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated InvestigationTarget investigationTargetList = 6;
repeated Investigation investigationList = 2;
}