Grasscutter/proto/GetInvestigationMonsterRsp.proto

16 lines
324 B
Protocol Buffer
Raw Normal View History

2022-05-20 05:46:00 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "InvestigationMonster.proto";
// CmdId: 1911
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-05-20 05:46:00 +00:00
message GetInvestigationMonsterRsp {
int32 retcode = 9;
repeated InvestigationMonster monster_list = 7;
bool ABFECCDJENJ = 10;
2022-05-20 05:46:00 +00:00
}