1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 04:33:21 +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 namespace osu.Game.Database
{ {
public interface IPresentImports<TModel> public interface IPresentImports<out TModel>
where TModel : class where TModel : class
{ {
/// <summary> /// <summary>