예제 #1
0
 private void Die()
 {
     player.AddXp(xpToGive);
     Destroy(gameObject);
 }