-IHasDrawableRepresentation, User.Region -> Country

This commit is contained in:
DrabWeb
2017-03-19 00:09:58 -03:00
parent 0bc8ed9c9e
commit b0e7296e25
7 changed files with 18 additions and 41 deletions

View File

@ -6,13 +6,8 @@ using osu.Game.Graphics.UserInterface;
namespace osu.Game.Users
{
public class Team : IHasDrawableRepresentation<Sprite>
public class Team
{
public string Name;
public Sprite CreateDrawable()
{
return new Sprite();
}
}
}