mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 21:47:31 +09:00
Add summary for OriginalBeatmapHash
This commit is contained in:
parent
cb26601cb4
commit
723f13af25
@ -66,6 +66,9 @@ namespace osu.Game.Scoring
|
|||||||
[MapTo("MaximumStatistics")]
|
[MapTo("MaximumStatistics")]
|
||||||
public string MaximumStatisticsJson { get; set; } = string.Empty;
|
public string MaximumStatisticsJson { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Hash of the beatmap where it scored
|
||||||
|
/// </summary>
|
||||||
public string OriginalBeatmapHash { get; set; } = string.Empty;
|
public string OriginalBeatmapHash { get; set; } = string.Empty;
|
||||||
|
|
||||||
public ScoreInfo(BeatmapInfo? beatmap = null, RulesetInfo? ruleset = null, RealmUser? realmUser = null)
|
public ScoreInfo(BeatmapInfo? beatmap = null, RulesetInfo? ruleset = null, RealmUser? realmUser = null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user