GC-Proto/proto/PlayerLocationInfo.proto

12 lines
184 B
Protocol Buffer

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