private void SelectAction(ActionType type) { _selectedInput = _actionInputs[type]; _selectedInput.Start(_selectedChar); }