1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 04:41:19 +08:00

Link to correct model in xmldoc

This commit is contained in:
Dan Balasescu
2022-07-28 16:02:19 +09:00
Unverified
parent 452d82f292
commit c1aaf27c54
+1 -1
View File
@@ -15,7 +15,7 @@ using Realms;
namespace osu.Game.Beatmaps
{
/// <summary>
/// A realm model containing metadata for a beatmap set (containing multiple <see cref="Beatmaps"/>).
/// A realm model containing metadata for a beatmap set (containing multiple <see cref="BeatmapInfo"/>s).
/// </summary>
[ExcludeFromDynamicCompile]
[MapTo("BeatmapSet")]