mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
works 4.0 in-game
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user