GC-Proto/proto/PlayerLocationInfo.proto

13 lines
185 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message PlayerLocationInfo {
Rotation rot = 7;
Rotation pos = 4;
uint32 uid = 9;
}