mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:03:05 +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!;
|
public BeatmapInfo BeatmapInfo { get; set; } = null!;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public string BeatmapHash { get; set; } = string.Empty;
|
public string BeatmapHash { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user