mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
14 lines
324 B
Protocol Buffer
14 lines
324 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "Vector.proto";
|
|
import "HitColliderType.proto";
|
|
|
|
message HitCollision {
|
|
Vector APDABINGDCE = 1;
|
|
Vector CCBMGOCJKPM = 3;
|
|
HitColliderType hit_collider_type = 12;
|
|
int32 hit_box_index = 6;
|
|
float ILHFONDEMGH = 15;
|
|
float LKEKINJEGLO = 11;
|
|
}
|