mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Also add spec directly to IModelImporter
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user