Implement UserBrickPanel component

This commit is contained in:
Andrei Zavatski
2020-07-18 20:24:38 +03:00
parent fb5a54d242
commit 81d95f8584
11 changed files with 241 additions and 457 deletions

View File

@ -9,7 +9,7 @@ using osuTK;
namespace osu.Game.Users
{
public class UserGridPanel : UserPanel
public class UserGridPanel : ExtendedUserPanel
{
private const int margin = 10;