Change IBeatmapMetadataInfo.Author to be an IUser

This commit is contained in:
Dean Herbert
2021-11-04 18:13:45 +09:00
parent b9983add15
commit 7547810979
3 changed files with 21 additions and 2 deletions

View File

@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Game.Users;
#nullable enable
@ -35,7 +36,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// The author of this beatmap.
/// </summary>
string Author { get; } // eventually should be linked to a persisted User.
IUser Author { get; }
/// <summary>
/// The source of this beatmap.