Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -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;
}