mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -23,10 +23,10 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HitCollision {
|
||||
HitColliderType hit_collider_type = 8;
|
||||
Vector hit_point = 7;
|
||||
float attackee_hit_force_angle = 2;
|
||||
Vector hit_dir = 13;
|
||||
float attackee_hit_entity_angle = 15;
|
||||
int32 hit_box_index = 4;
|
||||
int32 hit_box_index = 8;
|
||||
HitColliderType hit_collider_type = 5;
|
||||
float Unk3300_LNHIOLFMGCN = 7;
|
||||
Vector hit_dir = 3;
|
||||
Vector hit_point = 14;
|
||||
float Unk3300_OJHBMLIAPJN = 10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user