2023-05-23 09:48:59 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-05-22 14:51:09 +03:00
|
|
|
|
2023-05-23 09:48:59 +03:00
|
|
|
import "Vector.proto";
|
|
|
|
import "HitColliderType.proto";
|
2024-04-22 15:15:37 +03:00
|
|
|
|
2024-05-22 14:51:09 +03:00
|
|
|
//obf: ILBCLHPLHKO
|
2023-05-23 13:12:42 +03:00
|
|
|
message HitCollision {
|
2024-06-02 06:52:03 +03:00
|
|
|
float IGBDAFGNEAH = 1;
|
|
|
|
HitColliderType hit_collider_type = 3;
|
|
|
|
int32 hit_box_index = 4;
|
|
|
|
Vector hit_point = 8;
|
|
|
|
Vector hit_dir = 9;
|
|
|
|
float PGLJPGHIPGO = 15;
|
2023-05-23 09:48:59 +03:00
|
|
|
}
|