mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Add missing xmldoc
This commit is contained in:
parent
e34c2f0aca
commit
ef42c6ecdf
@ -28,6 +28,9 @@ namespace osu.Game.Beatmaps
|
||||
/// <param name="beatmapInfo">The beatmap info to invalidate any cached entries for.</param>
|
||||
void Invalidate(BeatmapInfo beatmapInfo);
|
||||
|
||||
/// <summary>
|
||||
/// Fired whenever a <see cref="WorkingBeatmap"/> is invalidated.
|
||||
/// </summary>
|
||||
event Action<WorkingBeatmap> OnInvalidated;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user