Add equality support to ILive types

This commit is contained in:
Dean Herbert
2021-11-26 14:38:39 +09:00
parent 3bc8f21935
commit 13612c0d02
5 changed files with 13 additions and 7 deletions

View File

@ -8,7 +8,7 @@ using System.Collections.Generic;
namespace osu.Game.Database
{
public interface IPostImports<out TModel>
public interface IPostImports<TModel>
where TModel : class
{
/// <summary>