ybx_Gdn hai 10 meses
pai
achega
dc7bd66faa
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      Assets/Src/Core/DownLoad/DownloadDataEntity.cs

+ 11 - 0
Assets/Src/Core/DownLoad/DownloadDataEntity.cs

@@ -179,6 +179,12 @@ public class DownLoadUrlCfg : GameData<DownLoadUrlCfg>
                         ret = true;
                     }
                     ; break;
+                case "MaxNum":
+                    {
+                        MaxNum = int.Parse(value);
+                        ret = true;
+                    }
+                    ; break;
             }
         }
         return ret;
@@ -220,6 +226,11 @@ public class DownLoadUrlCfg : GameData<DownLoadUrlCfg>
                     ret = IsOPen.ToString();
                 }
                     ; break;
+            case "MaxNum":
+                {
+                    ret = MaxNum.ToString();
+                }
+                    ; break;
         }
         return ret;