Add VisualTest.

This commit is contained in:
naoey
2018-03-07 17:33:21 +05:30
parent f78538fea8
commit 983cefbe40
4 changed files with 165 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using osu.Framework.Graphics.Textures;
namespace osu.Game.Overlays.Profile.Sections.Recent
{
internal class MedalIcon : Container
public class MedalIcon : Container
{
private readonly string slug;
private readonly Sprite sprite;

View File

@ -9,7 +9,7 @@ using System.Linq;
namespace osu.Game.Overlays.Profile.Sections.Recent
{
internal class PaginatedRecentActivityContainer : PaginatedContainer
public class PaginatedRecentActivityContainer : PaginatedContainer
{
public PaginatedRecentActivityContainer(Bindable<User> user, string header, string missing)
: base(user, header, missing)