using Unity.Entities; namespace Common { public struct TdPrefabs : IComponentData { public Entity Character; public Entity FPSPlayer; } }