示例#1
0
 void Update()
 {
     if (creditsPlaying)
     {
         if (!toolSources[3].isPlaying)
         {
             menuManager.BackToTitle();
             creditsPlaying = false;
         }
     }
 }