last sync

This commit is contained in:
Akbar Yahya
2023-04-09 15:56:27 +08:00
parent 947c8e5a7b
commit 54c575d7d7
47 changed files with 2484 additions and 3856 deletions

View File

@@ -2,15 +2,14 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "HitColliderType.proto";
import "Vector.proto";
// Name: CPAKHCFDGLO
message HitCollision {
float attackeeHitForceAngle = 7;
float attackeeHitForceAngle = 7; // FCBNNPNJOHM
Vector hit_point = 5;
float attackeeHitEntityAngle = 9;
float attackeeHitEntityAngle = 9; // LFNEGKFGIIE
int32 hit_box_index = 2;
Vector hit_dir = 4;
HitColliderType hit_collider_type = 8;