mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:22:55 +08:00
Also add spec directly to IModelImporter
This commit is contained in:
parent
a90f40e831
commit
fdb734ac91
@ -13,7 +13,7 @@ namespace osu.Game.Database
|
||||
/// A class which handles importing of associated models to the game store.
|
||||
/// </summary>
|
||||
/// <typeparam name="TModel">The model type.</typeparam>
|
||||
public interface IModelImporter<TModel> : IPostNotifications
|
||||
public interface IModelImporter<TModel> : IPostNotifications, IPostImports<TModel>
|
||||
where TModel : class
|
||||
{
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user