mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 20:47:26 +08:00
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
Block a user