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