package coffee.liz.ecs /** * Marker interface for all components. * Components are pure data containers with no behavior. */ interface Component