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