mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move and shorten enum names
This commit is contained in:
@ -8,7 +8,6 @@ using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Online.API.Requests;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.BeatmapListing;
|
||||
using osuTK;
|
||||
@ -41,8 +40,8 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new BeatmapSearchRulesetFilterRow(),
|
||||
new BeatmapSearchFilterRow<BeatmapSearchCategory>("Categories"),
|
||||
new BeatmapSearchFilterRow<BeatmapSearchCategory>("Header Name")
|
||||
new BeatmapSearchFilterRow<SearchCategory>("Categories"),
|
||||
new BeatmapSearchFilterRow<SearchCategory>("Header Name")
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user