private void UnitActionWindow_AttackSelected()
        {
            var nextInputState = _inputStateFactory.ResolveUnitSelectAbilityState(_unit, AbilityCategory.Attack);

            _gameBattle.AddInputState(nextInputState);
        }