1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Adjust BeatmapSetsChanged xmldoc

Co-Authored-By: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Joseph Madamba 2023-04-10 11:28:23 -07:00
parent c7dea71793
commit f80de08f24
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -45,7 +45,7 @@ namespace osu.Game.Screens.Select
public float BleedBottom { get; set; } public float BleedBottom { get; set; }
/// <summary> /// <summary>
/// Triggered when the <see cref="BeatmapSets"/> loaded change and are completely loaded. /// Triggered when <see cref="BeatmapSets"/> finish loading, or are subsequently changed.
/// </summary> /// </summary>
public Action? BeatmapSetsChanged; public Action? BeatmapSetsChanged;