private void Hurt() { _audio.Play(); _movement.Disable(true); _paintDamage.AddPaintDamage(); BounceBackward(); StartCoroutine("Recover"); }
public void Death() { _paintDamage.AddPaintDamage(); StartCoroutine("PlaySound"); }