1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Fix xmldoc reference fail at CI

This commit is contained in:
Dean Herbert 2023-02-08 15:39:18 +09:00
parent 38031fdf23
commit 4fdba880b1

View File

@ -41,7 +41,7 @@ namespace osu.Game.Scoring
public BeatmapInfo BeatmapInfo { get; set; } = null!;
/// <summary>
/// The <see cref="BeatmapInfo.Hash"/> at the point in time when the score was set.
/// The <see cref="osu.Game.Beatmaps.BeatmapInfo.Hash"/> at the point in time when the score was set.
/// </summary>
public string BeatmapHash { get; set; } = string.Empty;