示例#1
0
 private void OpenLoadTab()
 {
     Time.timeScale = 0f;
     if (FolderItems.Count == 0)
     {
         string[] folderpaths = ReplUtils.GetFolderNames();
         PopulateFolderList(folderpaths);
     }
     else
     {
         ShowFolderIcons();
     }
     SavePanel.SetActive(true);
     ResumeButton.gameObject.SetActive(true);
     LoadButton.gameObject.SetActive(false);
 }