mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 01:22:54 +08:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace osu.Game.Screens.Ranking
|
|
{
|
|
public enum ResultMode
|
|
{
|
|
Summary,
|
|
Ranking,
|
|
Share
|
|
}
|
|
} |