mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
-IHasDrawableRepresentation, User.Region -> Country
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user