Exemple #1
0
 public static void Upload(UrlKeywords urlKey, WWWForm form, System.Action <bool, string> callback)
 {
     Upload(Instance.urlContainer.ValueByKey(urlKey), form, callback);
 }
Exemple #2
0
 public string ValueByKey(UrlKeywords key)
 {
     return(Datas.FirstOrDefault(d => d.Key == key).Value);
 }
Exemple #3
0
 public static void Download(UrlKeywords urlKey, System.Action <bool, string> callback)
 {
     Download(Instance.urlContainer.ValueByKey(urlKey), callback);
 }