Add word wrap support

This commit is contained in:
Dean Herbert
2018-06-28 13:04:39 +09:00
parent 8518fce4a9
commit c44a81bdf5
8 changed files with 62 additions and 61 deletions

View File

@ -331,23 +331,4 @@ namespace osu.Game.Screens.Select.Leaderboards
}
}
}
public enum LeaderboardScope
{
Local,
Country,
Global,
Friend,
}
public enum PlaceholderState
{
Successful,
Retrieving,
NetworkFailure,
Unavailable,
NoScores,
NotLoggedIn,
NotSupporter,
}
}