Example #1
0
 private void GameAreaConfirmed(float width, float depth)
 {
     _networkUiController.ShowDebugMessage(
         $"Game area setup finished! Creating the obstacles.");
     _obstacleGenerator.CreateObstacles(_gameArea.GameAreaPosition, _gameArea.GameAreaRotation, width, depth);
 }