1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 17:33:22 +08:00

Link to correct model in xmldoc

This commit is contained in:
Dan Balasescu 2022-07-28 16:02:19 +09:00
parent 452d82f292
commit c1aaf27c54

View File

@ -15,7 +15,7 @@ using Realms;
namespace osu.Game.Beatmaps namespace osu.Game.Beatmaps
{ {
/// <summary> /// <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> /// </summary>
[ExcludeFromDynamicCompile] [ExcludeFromDynamicCompile]
[MapTo("BeatmapSet")] [MapTo("BeatmapSet")]