Exemple #1
0
    void Attack()
    {
        timer = 0f;

        if (h_Health.currentHealth > 0)
        {
            h_Health.TakeDamage(attackDamage);
        }
    }