示例#1
0
 protected void WinPuzzle()
 {
     fmvman.IncrementVariable("beatpuzzle-" + PuzzleName);
     fmvman.ClearPlayingVideos("puzzle");
     if (endPuzzle != null)
     {
         endPuzzle(PuzzleName);
     }
     Destroy(this.gameObject);
 }