Ejemplo n.º 1
0
    public void Die()
    {
        PlayDeathSound();
        screenShaker.StartShake(duration, magnitude * 5);

        Destroy(gameObject, 1);
    }
Ejemplo n.º 2
0
 public void Die()
 {
     screenShaker.StartShake(duration, magnitude);
     Destroy(gameObject);
 }