mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Add new beatmap search filter row "General"
This commit is contained in:
19
osu.Game/Overlays/BeatmapListing/SearchGeneral.cs
Normal file
19
osu.Game/Overlays/BeatmapListing/SearchGeneral.cs
Normal file
@ -0,0 +1,19 @@
|
||||
// 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.
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace osu.Game.Overlays.BeatmapListing
|
||||
{
|
||||
public enum SearchGeneral
|
||||
{
|
||||
[Description("Recommended difficulty")]
|
||||
Recommended,
|
||||
|
||||
[Description("Include converted beatmaps")]
|
||||
Converts,
|
||||
|
||||
[Description("Subscribed mappers")]
|
||||
Follows
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user