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:
parent
cb26601cb4
commit
723f13af25
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user