예제 #1
0
 void Start()
 {
     if (continueGame != null)
     {
         continueGame.SetActive(GlobalController.HasSavedGame());
         ngPlus.SetActive((GlobalController.HasBeatGame()));
     }
 }