Merge pull request #19098 from peppy/last-played

Add "last played" sort mode to song select
This commit is contained in:
Dan Balasescu
2022-07-13 22:44:50 +09:00
committed by GitHub
6 changed files with 47 additions and 1 deletions

View File

@ -111,6 +111,11 @@ namespace osu.Game.Beatmaps
public bool SamplesMatchPlaybackRate { get; set; } = true;
/// <summary>
/// The time at which this beatmap was last played by the local user.
/// </summary>
public DateTimeOffset? LastPlayed { get; set; }
/// <summary>
/// The ratio of distance travelled per time unit.
/// Generally used to decouple the spacing between hit objects from the enforced "velocity" of the beatmap (see <see cref="DifficultyControlPoint.SliderVelocity"/>).