using Unity.Entities; namespace GarmentButton.VerletIntegration.Tear { public struct TearLenght : IComponentData { public float Value; } }