/* used for cooldown feedback */

    public float GetAttackActionCooldown()
    {
        return(attackAction.elapsedCooldown());
    }