GC-Proto/proto/MonsterAlertChangeNotify.proto

10 lines
216 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-06-23 18:33:14 +03:00
// 4.7.0
2023-05-31 12:48:11 +03:00
message MonsterAlertChangeNotify {
2024-06-23 18:33:14 +03:00
uint32 avatar_entity_id = 3;
uint32 is_alert = 15;
repeated uint32 monster_entity_list = 11;
}