mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 22:27:25 +08:00
Fix CSharpWarnings::CS1574,CS1584,CS1581,CS1580
This commit is contained in:
parent
338d96534a
commit
391af2791b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user