Exemplo n.º 1
0
 public void StartPlay()
 {
     isPlaying = true;
     gameState = State.InGame;
     shooter.spawnBall();
     m_AdaptiveCamera.extraMode = false;
 }
Exemplo n.º 2
0
 void NextRandomPos(Vector3 _newBallPos)
 {
     shooter.newBallPosition = _newBallPos;
     shooter.spawnBall();
 }