mirror of
https://github.com/ppy/osu.git
synced 2024-11-18 16:13:21 +08:00
13 lines
244 B
C#
13 lines
244 B
C#
namespace osu.Game.Screens.Select.Leaderboards
|
|
{
|
|
public enum PlaceholderState
|
|
{
|
|
Successful,
|
|
Retrieving,
|
|
NetworkFailure,
|
|
Unavailable,
|
|
NoScores,
|
|
NotLoggedIn,
|
|
NotSupporter,
|
|
}
|
|
} |