1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Remove unused enum

This commit is contained in:
smoogipoo 2020-07-28 21:42:04 +09:00
parent db91d1de50
commit ccc377ae6a

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