mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,12 +22,12 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message VehicleLocationInfo {
|
||||
Vector rot = 14;
|
||||
uint32 entity_id = 15;
|
||||
float cur_hp = 11;
|
||||
uint32 owner_uid = 5;
|
||||
Vector pos = 1;
|
||||
repeated uint32 uid_list = 3;
|
||||
uint32 gadget_id = 13;
|
||||
float max_hp = 6;
|
||||
Vector rot = 5;
|
||||
uint32 owner_uid = 11;
|
||||
repeated uint32 uid_list = 4;
|
||||
float Unk3300_MLICEAKLOIH = 2;
|
||||
Vector pos = 9;
|
||||
uint32 gadget_id = 1;
|
||||
uint32 entity_id = 14;
|
||||
float Unk3300_MNNMOCIIEAJ = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user