using GameCore.ECS; using GameCore.ECS.Interfaces; namespace GameCore.Interaction; public class IsLookingAtInteractableComponent(Entity target) : IComponent { public readonly Entity Target = target; }