GSServer-CBT/soggy-mistress/proto/PlayerLocationInfo.proto

10 lines
126 B
Protocol Buffer

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