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 osu.Framework.Allocation;
namespace osu.Game.Overlays.Profile.Sections.Ranks
{
public class PaginatedScoreContainer : PaginatedContainer<APILegacyScoreInfo>
public class PaginatedScoreContainer : PaginatedProfileSubsection<APILegacyScoreInfo>
{
private readonly ScoreType type;