Update proto 3.3 (fix5)

* including v4
This update comes from Sorapointa-Protos which was updated by Asnxthaony (5aa1ffb)
This commit is contained in:
Akbar Yahya
2022-12-12 17:28:14 +08:00
parent 80abe46342
commit 336c3a2931
70 changed files with 185 additions and 185 deletions

View File

@@ -25,8 +25,8 @@ option java_package = "emu.grasscutter.net.proto";
message HitCollision {
int32 hit_box_index = 8;
HitColliderType hit_collider_type = 5;
float Unk3300_LNHIOLFMGCN = 7;
float attackee_hit_entity_angle = 7;
Vector hit_dir = 3;
Vector hit_point = 14;
float Unk3300_OJHBMLIAPJN = 10;
float attackee_hit_force_angle = 10;
}