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

Fix CSharpWarnings::CS1574,CS1584,CS1581,CS1580

This commit is contained in:
Cootz 2023-02-08 05:23:42 +03:00
parent 338d96534a
commit 391af2791b

View File

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