Implement ProfileSubsection component

This commit is contained in:
Andrei Zavatski
2020-11-21 03:18:24 +03:00
parent c4cb1440ab
commit 718ba9253b
7 changed files with 100 additions and 54 deletions

View File

@ -14,7 +14,7 @@ using osuTK;
namespace osu.Game.Overlays.Profile.Sections.Beatmaps
{
public class PaginatedBeatmapContainer : PaginatedContainer<APIBeatmapSet>
public class PaginatedBeatmapContainer : PaginatedProfileSubsection<APIBeatmapSet>
{
private const float panel_padding = 10f;
private readonly BeatmapSetType type;