9 lines
128 B
Protocol Buffer
9 lines
128 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
// Obf: NCOCAOMPAEI
|
||
|
message NpcPositionInfo {
|
||
|
uint32 npc_id = 1;
|
||
|
Vector pos = 2;
|
||
|
}
|