GC-Proto/proto/MarkEntityInMinMapNotify.proto
2023-04-11 11:14:48 +08:00

15 lines
247 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// CmdId: 240
// Name: NCFPJNJGBGD
message MarkEntityInMinMapNotify {
Vector position = 3;
uint32 entity_id = 4;
uint32 monster_id = 8;
}