using Unity.Entities; public struct SpawnInfo : IComponentData { public int SpawnerId; }