- tweak: loading popup thinks
* - tweak: change loading handle logic * - tweak: beautify loading thinks * - fix: speed thinks while downloading
This commit is contained in:
@@ -47,8 +47,8 @@ public class HashApi : IFileApi
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool Save(RobustManifestItem item, Stream stream){
|
||||
return _fileApi.Save(GetManifestPath(item), stream);
|
||||
public bool Save(RobustManifestItem item, Stream stream, ILoadingHandler? loadingHandler){
|
||||
return _fileApi.Save(GetManifestPath(item), stream, loadingHandler);
|
||||
}
|
||||
|
||||
public bool Has(RobustManifestItem item){
|
||||
|
||||
Reference in New Issue
Block a user