mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 05:32:59 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,12 +2,12 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: OLACJIOMDIO
|
||||
message PlayerLocationInfo {
|
||||
Vector rot = 7;
|
||||
Vector pos = 4;
|
||||
uint32 uid = 9;
|
||||
uint32 uid = 5;
|
||||
Vector rot = 3;
|
||||
Vector pos = 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user