mirror of https://github.com/ppy/osu
Remove unused enum
This commit is contained in:
parent
db91d1de50
commit
ccc377ae6a
|
@ -1,14 +0,0 @@
|
|||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
namespace osu.Game.Online.Multiplayer
|
||||
{
|
||||
/// <summary>
|
||||
/// Sorting option for indexing multiplayer scores.
|
||||
/// </summary>
|
||||
public enum MultiplayerScoresSort
|
||||
{
|
||||
Ascending,
|
||||
Descending
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue