mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:09:57 +08:00
Remove duplicate interface specification
This commit is contained in:
@@ -14,7 +14,7 @@ namespace osu.Game.Database
|
||||
/// Represents a model manager that publishes events when <typeparamref name="TModel"/>s are added or removed.
|
||||
/// </summary>
|
||||
/// <typeparam name="TModel">The model type.</typeparam>
|
||||
public interface IModelManager<TModel> : IModelImporter<TModel>, IPostNotifications
|
||||
public interface IModelManager<TModel> : IModelImporter<TModel>
|
||||
where TModel : class
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user