package coffee.liz.ecs.input import coffee.liz.ecs.Component interface Controlled: Component { fun handleInput(inputState: InputState) }