1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Mark IPresentImports as covariant

This commit is contained in:
Dean Herbert 2021-10-04 16:29:46 +09:00
parent 3c15ef720f
commit 857000b756

View File

@ -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>