mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 07:22:54 +08:00
Fix xmldoc reference fail at CI
This commit is contained in:
parent
38031fdf23
commit
4fdba880b1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user