public void HandleRaycast()
 {
     Game.Instance.OnPlayerInteract(InteractionType.Puzzle, location);
     puzzleController.PuzzleSelected(parentPuzzle);
 }