mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Remove duplicated xmldoc and move into relevant region
This commit is contained in:
parent
1b4d7db1e6
commit
a1015b4145
@ -72,13 +72,11 @@ namespace osu.Game.Overlays.Mods
|
||||
Active.Value = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Whether the <see cref="ModPanel"/> is passing all filters and visible for user
|
||||
/// </summary>
|
||||
public bool Visible => modState.Visible;
|
||||
|
||||
#region Filtering support
|
||||
|
||||
/// <seealso cref="ModState.Visible"/>
|
||||
public bool Visible => modState.Visible;
|
||||
|
||||
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
||||
{
|
||||
Mod.Name,
|
||||
|
Loading…
Reference in New Issue
Block a user