mirror of
https://github.com/ppy/osu
synced 2024-12-27 09:23:15 +00:00
Fix incorrect inheritance.
This commit is contained in:
parent
9ca8295149
commit
f1f7a26dbd
@ -3,7 +3,7 @@
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
public class Team : Country
|
||||
public class Team
|
||||
{
|
||||
public string Name;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user