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