mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 19:04:40 +01:00
MonsterInvestigation (boss icon in map)
This commit is contained in:
@@ -4,16 +4,12 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "InvestigationMonster.proto";
|
||||
|
||||
// CmdId: 1911
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message GetInvestigationMonsterRsp {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 1928;
|
||||
}
|
||||
|
||||
int32 retcode = 1;
|
||||
repeated InvestigationMonster monster_list = 2;
|
||||
int32 retcode = 9;
|
||||
repeated InvestigationMonster monster_list = 7;
|
||||
bool ABFECCDJENJ = 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user