void Start()
 {
     speed          = DifficultyManager.GetPaddleSpeed();
     detectionRange = DifficultyManager.GetDetectionRange();
 }