Rename variable and add xmldoc

This commit is contained in:
Dean Herbert
2019-08-13 00:14:37 +09:00
parent 9c36cb4af4
commit c0f0fbbaa9
2 changed files with 6 additions and 3 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
public class LeaderboardScopeSelector : PageTabControl<BeatmapLeaderboardScope>
{
protected override bool AddAllItemsIfEnum => false;
protected override bool AddEnumEntriesAutomatically => false;
protected override Dropdown<BeatmapLeaderboardScope> CreateDropdown() => null;