Ejemplo n.º 1
0
 public void Die(Level level)
 {
     level.PlaySoundEffect(mDeathEffect);
     level.PlayerDeath();
 }
Ejemplo n.º 2
0
 public void Die(Level level)
 {
     //animator.PlayAnimation(deathAnimation);
     level.PlaySoundEffect(mDeathEffect);
     level.PlayerDeath();
 }