Example #1
0
 private bool LoadSlideshow(RetiredColonyData data)
 {
     clearCurrentSlideshow();
     currentSlideshowFiles = RetireColonyUtility.LoadColonySlideshowFiles(data.colonyName);
     slideshow.SetFiles(currentSlideshowFiles, -1);
     return(currentSlideshowFiles != null && currentSlideshowFiles.Length > 0);
 }