mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08: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