Remove unused enum

This commit is contained in:
smoogipoo 2020-07-28 21:42:04 +09:00
parent db91d1de50
commit ccc377ae6a
1 changed files with 0 additions and 14 deletions

View File

@ -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
}
}