GC-Proto/proto/MonsterSummonTagNotify.proto

10 lines
221 B
Protocol Buffer
Raw Normal View History

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