Beispiel #1
0
 public void ResetPlayer()
 {
     Lives = startLives;
     StartCoroutine(cannon.DelayedLoadBall(1f));
 }