works 4.0 in-game

This commit is contained in:
Yuuki
2023-08-17 19:18:58 +08:00
parent 8588bcbdc7
commit 5c8ce7171b
1422 changed files with 25367 additions and 24850 deletions

View File

@@ -15,18 +15,15 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
import "HitColliderType.proto";
// Obf: LFGGJIKICHD
// Obf: AABMKDICGED
message HitCollision {
float attackeeHitEntityAngle = 2;
float attackeeHitForceAngle = 8;
Vector hit_dir = 5;
float NBANAGMDLHB = 15;
int32 hit_box_index = 6;
Vector hit_point = 10;
HitColliderType hit_collider_type = 11;
Vector hit_point = 13;
float DMGGIJNBFNN = 11;
Vector hit_dir = 8;
HitColliderType hit_collider_type = 4;
}