Exemplo n.º 1
0
 private void SelectAction(ActionType type)
 {
     _selectedInput = _actionInputs[type];
     _selectedInput.Start(_selectedChar);
 }