public void StartGame() { UI.StartGame(); GamePlayMode = true; BallMovementComponent.StartMoving(); }
public void Play() { playEvent.Raise(); player1.enabled = true; player2.enabled = true; ball.StartMoving(); }