mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Let's not use Country for drawings-specific stuff...
This commit is contained in:
@ -18,11 +18,6 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"name")]
|
||||
public string FullName;
|
||||
|
||||
/// <summary>
|
||||
/// Short acronym which appears in the group boxes post-selection.
|
||||
/// </summary>
|
||||
public string Acronym;
|
||||
|
||||
/// <summary>
|
||||
/// Two-letter flag acronym (ISO 3166 standard)
|
||||
/// </summary>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
public class Team
|
||||
public class Team : Country
|
||||
{
|
||||
public string Name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user