1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-19 04:50:30 +03:00
GC-Proto/proto/MonsterForceAlertNotify.proto

9 lines
182 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: 5287
// Obf: EFNEGOBNLHF
2023-05-31 12:48:11 +03:00
message MonsterForceAlertNotify {
2024-08-21 16:27:38 +03:00
uint32 monster_entity_id = 14;
}