package coffee.liz.ecs.input data class InputState(val activeInputs: Set) interface InputProvider { val inputState: InputState }