GC-Proto/proto/HitCollision.proto

16 lines
358 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
2024-08-28 12:09:22 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 12:09:22 +03:00
// Version: 5.0
2024-05-22 14:51:09 +03:00
import "Vector.proto";
import "HitColliderType.proto";
2024-04-22 15:15:37 +03:00
2024-08-28 12:09:22 +03:00
message HitCollision {
float DDLIENJBAKB = 3;
Vector hit_point = 5;
HitColliderType hit_collider_type = 6;
float GGHMAHBOMKE = 7;
Vector EDOEECEACHH = 10;
int32 hit_box_index = 12;
}