1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 09:10:05 +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
Unverified
parent c7dea71793
commit f80de08f24
+1 -1
View File
@@ -45,7 +45,7 @@ namespace osu.Game.Screens.Select
public float BleedBottom { get; set; }
/// <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>
public Action? BeatmapSetsChanged;