using Unity.Entities; namespace Events { public interface IEventComponentData : IComponentData { } }