GC-Proto/proto/MarkEntityInMinMapNotify.proto
2023-02-28 09:12:44 +08:00

15 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Name: NMDPHMJNAJA
// CmdId: 230
message MarkEntityInMinMapNotify {
uint32 entity_id = 7;
uint32 monster_id = 2;
Vector position = 12;
}