1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 07:14:10 +08:00

Fix xmldoc reference fail at CI

This commit is contained in:
Dean Herbert
2023-02-08 15:39:18 +09:00
Unverified
parent 38031fdf23
commit 4fdba880b1
+1 -1
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;