1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-07 13:47:33 +08:00

Add summary for OriginalBeatmapHash

This commit is contained in:
Cootz 2023-02-07 02:43:27 +03:00
parent cb26601cb4
commit 723f13af25

View File

@ -66,6 +66,9 @@ namespace osu.Game.Scoring
[MapTo("MaximumStatistics")]
public string MaximumStatisticsJson { get; set; } = string.Empty;
/// <summary>
/// Hash of the beatmap where it scored
/// </summary>
public string OriginalBeatmapHash { get; set; } = string.Empty;
public ScoreInfo(BeatmapInfo? beatmap = null, RulesetInfo? ruleset = null, RealmUser? realmUser = null)