mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Generic type argument formatting
This commit is contained in:
@ -13,7 +13,7 @@ using osu.Game.Overlays.SearchableList;
|
||||
|
||||
namespace osu.Game.Overlays.Direct
|
||||
{
|
||||
public class FilterControl : SearchableListFilterControl<DirectSortCritera,RankStatus>
|
||||
public class FilterControl : SearchableListFilterControl<DirectSortCritera, RankStatus>
|
||||
{
|
||||
private FillFlowContainer<RulesetToggleButton> modeButtons;
|
||||
|
||||
|
Reference in New Issue
Block a user