Beispiel #1
0
 public void Dispose()
 {
     foreach (var item in downLoaders)
     {
         item.Dispose();
     }
     downLoaders.Clear();
     Instance = null;
 }
Beispiel #2
0
 public void Awake()
 {
     Instance = this;
     SetMaxDownLoaderCount(2);
 }