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

Add xmldoc on LegacyTotalScore

This commit is contained in:
Dan Balasescu 2023-06-27 17:18:32 +09:00
parent 5f350aa66f
commit 6e2369e651

View File

@ -54,6 +54,9 @@ namespace osu.Game.Scoring
public long TotalScore { get; set; }
/// <summary>
/// Used to preserve the total score for legacy scores.
/// </summary>
public long LegacyTotalScore { get; set; }
public int MaxCombo { get; set; }