move proto to submodule
This commit is contained in:
12
proto/HitCollision.proto
Normal file → Executable file
12
proto/HitCollision.proto
Normal file → Executable file
@@ -6,10 +6,10 @@ import "HitColliderType.proto";
|
||||
import "Vector.proto";
|
||||
|
||||
message HitCollision {
|
||||
HitColliderType hitColliderType = 1;
|
||||
int32 hitBoxIndex = 2;
|
||||
Vector hitPoint = 3;
|
||||
Vector hitDir = 4;
|
||||
float attackeeHitForceAngle = 5;
|
||||
float attackeeHitEntityAngle = 6;
|
||||
HitColliderType hit_collider_type = 1;
|
||||
int32 hit_box_index = 2;
|
||||
Vector hit_point = 3;
|
||||
Vector hit_dir = 4;
|
||||
float attackee_hit_force_angle = 5;
|
||||
float attackee_hit_entity_angle = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user