19 lines
405 B
Protocol Buffer
19 lines
405 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Version: 4.7.0
|
|
// Obfs: ?
|
|
message VehicleLocationInfo {
|
|
uint32 entity_id = 11;
|
|
//float MKHCMCLJKLN = 5; // seems to be sorush related
|
|
//float AACAIMICFPI = 6; // seems to be sorush related
|
|
uint32 owner_uid = 12;
|
|
Vector pos = 8;
|
|
repeated uint32 uid_list = 5;
|
|
Vector rot = 4;
|
|
uint32 gadget_id = 2;
|
|
}
|