Fix incorrect inheritance.

This commit is contained in:
smoogipooo 2017-05-02 17:58:59 +09:00
parent 9ca8295149
commit f1f7a26dbd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
namespace osu.Game.Users
{
public class Team : Country
public class Team
{
public string Name;
}