GC-Proto/proto/PlayerInvestigationAllInfoN...

22 lines
430 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InvestigationTarget.proto";
import "Investigation.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;
}