move proto to submodule
This commit is contained in:
13
proto/EntityAiSyncNotify.proto
Normal file → Executable file
13
proto/EntityAiSyncNotify.proto
Normal file → Executable file
@@ -5,6 +5,15 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "AiSyncInfo.proto";
|
||||
|
||||
message EntityAiSyncNotify {
|
||||
repeated AiSyncInfo infoList = 1;
|
||||
repeated uint32 localAvatarAlertedMonsterList = 2;
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
NONE = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
IS_ALLOW_CLIENT = 1;
|
||||
CMD_ID = 352;
|
||||
}
|
||||
|
||||
repeated AiSyncInfo info_list = 1;
|
||||
repeated uint32 local_avatar_alerted_monster_list = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user