using Unity.Entities; namespace GarmentButton.TransformSync { public struct SyncTransform : IComponentData { public Entity Value; } }