1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 09:47:22 +08:00

12 lines
287 B
C#
Raw Normal View History

2017-04-18 22:35:21 +09:00
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Screens.Ranking
{
public enum ResultMode
{
Summary,
Ranking,
Share
}
}