mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add ImportAsUpdate
method to IModelImporter
to avoid otehr changes
This commit is contained in:
@ -174,6 +174,8 @@ namespace osu.Game.Database
|
||||
return imported;
|
||||
}
|
||||
|
||||
public virtual Task<Live<TModel>?> ImportAsUpdate(ProgressNotification notification, ImportTask task, TModel original) => throw new NotImplementedException();
|
||||
|
||||
/// <summary>
|
||||
/// Import one <typeparamref name="TModel"/> from the filesystem and delete the file on success.
|
||||
/// Note that this bypasses the UI flow and should only be used for special cases or testing.
|
||||
|
Reference in New Issue
Block a user