Example #1
0
 private void CacheFeature()
 {
     foreach (Promote promote in promotes)
     {
         StartCoroutine(CUtils.CachePicture(promote.featureUrl, null));
     }
 }