2023-11-17 10:20:56 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-08-21 16:27:38 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 7831
|
|
|
|
// Obf: APONHDKOLKA
|
2023-11-17 10:20:56 +03:00
|
|
|
message MonsterSummonTagNotify {
|
2024-08-21 16:27:38 +03:00
|
|
|
map<uint32, uint32> summon_tag_map = 1;
|
|
|
|
uint32 monster_entity_id = 7;
|
2023-11-17 10:20:56 +03:00
|
|
|
}
|