Grasscutter/proto/GetInvestigationMonsterReq.proto

13 lines
253 B
Protocol Buffer
Raw Normal View History

2022-05-20 05:46:00 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1902
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-05-20 05:46:00 +00:00
message GetInvestigationMonsterReq {
repeated uint32 city_id_list = 13;
bool ABFECCDJENJ = 11;
2022-05-20 05:46:00 +00:00
}