/* Tutorial */
 bool TutorialIsDone()
 {
     if (!thisPlayerDataManager.PlayerDataIsLoaded())
     {
         thisPlayerDataManager.Load();
     }
     return(thisPlayerDataManager.GetTutorialIsDone());
 }