예제 #1
0
 public void ResetPosition()
 {
     UpdateCurrentLives();
     transform.position = respawnPosition;
     myMovement.StopBall();
 }