mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Add xmldoc on LegacyTotalScore
This commit is contained in:
parent
5f350aa66f
commit
6e2369e651
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user