示例#1
0
    public void Die()
    {
        isDead = true;
        animator.SetBool("Dead", true);
        currentHealth = maxHealth;
        fightManager.LoadGameOverScene();

        return;
    }