using Unity.Entities; namespace DefaultNamespace { public struct WeaponAnimationData : IComponentData { public int ReloadCount; } }