mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,9 +22,9 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message EvtSyncEntityPositionInfo {
|
||||
uint32 entity_id = 10;
|
||||
uint32 state_hash = 10;
|
||||
int32 face_angle_compact = 4;
|
||||
Vector pos = 14;
|
||||
uint32 entity_id = 1;
|
||||
uint32 normalized_time_compact = 13;
|
||||
uint32 state_hash = 8;
|
||||
int32 face_angle_compact = 7;
|
||||
Vector pos = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user