syntax = "proto3";
import "Vector.proto";
message PlayerLocationInfo {
uint32 uid = 1;
Vector pos = 2;
Vector rot = 3;
}