Update all models to implement IHasNamedFiles

This commit is contained in:
Dean Herbert
2021-11-25 16:35:42 +09:00
parent 416ee2447a
commit 7488ccd5fe
11 changed files with 33 additions and 14 deletions

View File

@ -9,7 +9,7 @@ using osu.Game.Rulesets;
namespace osu.Game.Scoring
{
public interface IScoreInfo : IHasOnlineID<long>
public interface IScoreInfo : IHasOnlineID<long>, IHasNamedFiles
{
APIUser User { get; }