public bool CanInitiateMinigame()
 {
     return(currentNode.CanInitiateMinigame());
 }