Esempio n. 1
0
 private void death()
 {
     sm.incScore(maxHealth * 5);
     Destroy(gameObject);
 }