Exemplo n.º 1
0
 private void StartShowingClue()
 {
     if (!LocalTest.Testing)
     {
         ServerHandler.GetClue(CurrentHunt.Info.ID, CurrentHunt.CurrentStep, OnResponseClue);
     }
     else if (CurrentHunt.CurrentStep < CurrentHunt.Info.NumClues)
     {
         //Have to check for clue num as SetHunt must also be called on Hunt completion.
         ShowClueText(CurrentHunt.CurrentStep, "This is a serverless test clue. Click on the right side of the hunt name text to pretend to find a beacon.");
     }
 }