示例#1
0
 public AssetUploadMan()
 {
     cache              = new SvrDataCache();
     svrdataMan         = new SvrDataMan(cache);
     IsDownloading      = false;
     IsUploading        = false;
     api                = Logic.BambooEditor.Instance.api;
     IsServerDataLoaded = false;
 }
示例#2
0
 public SvrDataMan(SvrDataCache cache)
 {
     this.cache = cache;
     api        = BambooEditor.Instance.api;
 }