mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Mark IPresentImports
as covariant
This commit is contained in:
@ -6,7 +6,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public interface IPresentImports<TModel>
|
||||
public interface IPresentImports<out TModel>
|
||||
where TModel : class
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user