Crentalise all import logic

This commit is contained in:
Dean Herbert
2018-02-15 14:19:16 +09:00
parent d3dd31dadb
commit a0a65abcac
8 changed files with 45 additions and 23 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Database
/// </summary>
/// <typeparam name="TModel">The model type.</typeparam>
/// <typeparam name="TFileModel">The associated file join type.</typeparam>
public abstract class ArchiveModelManager<TModel, TFileModel> : ICanImportArchives
public abstract class ArchiveModelManager<TModel, TFileModel> : ICanAcceptFiles
where TModel : class, IHasFiles<TFileModel>, IHasPrimaryKey, ISoftDelete
where TFileModel : INamedFileInfo, new()
{