예제 #1
0
 public void GivePoints()
 {
     playerShip.UpdateScore(10);
     playerShip.GiveHealth();
     Destroy(gameObject);
     
 }