1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 00:37:19 +08:00

Add "Ranked & Approved Beatmaps" section

This commit is contained in:
EVAST9919 2017-11-04 00:53:58 +03:00
parent 761d885167
commit 48c39b1d19

View File

@ -17,6 +17,7 @@ namespace osu.Game.Overlays.Profile.Sections
Children = new[] Children = new[]
{ {
new PaginatedBeatmapContainer(BeatmapSetType.Favourite, User, "Favourite Beatmaps", "None... yet."), new PaginatedBeatmapContainer(BeatmapSetType.Favourite, User, "Favourite Beatmaps", "None... yet."),
new PaginatedBeatmapContainer(BeatmapSetType.Ranked_And_Approved, User, "Ranked & Approved Beatmaps", "None... yet."),
}; };
} }
} }