Esempio n. 1
0
 public static void DownloadQuests(List <TowerFloorParam> floorParams)
 {
     for (int index = 0; index < floorParams.Count; ++index)
     {
         DownloadUtility.DownloadQuestMaps(floorParams[index].GetQuestParam());
     }
 }