Simple implementation

This commit is contained in:
Andrei Zavatski
2019-07-21 21:41:07 +03:00
parent 38d39be678
commit de8ac9a428
3 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,11 @@ namespace osu.Game.Beatmaps
/// </summary>
public int FavouriteCount { get; set; }
/// <summary>
/// Whether this beatmap set has been favourited by the current user.
/// </summary>
public bool HasFavourited { get; set; }
/// <summary>
/// The availability of this beatmap set.
/// </summary>