mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace osu.Game.Screens.Ranking
|
|
{
|
|
public enum ResultMode
|
|
{
|
|
Summary,
|
|
Ranking,
|
|
Share
|
|
}
|
|
} |