Exemplo n.º 1
0
 public void startTheBall()
 {
     this.transform.position = Vector3.zero;
     ballMove.startBall();
     ballHealth.resetHealth();
 
 }