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:
parent
452d82f292
commit
c1aaf27c54
@ -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")]
|
||||||
|
Loading…
Reference in New Issue
Block a user