mirror of https://github.com/ppy/osu
Add xmldoc on LegacyTotalScore
This commit is contained in:
parent
5f350aa66f
commit
6e2369e651
|
@ -54,6 +54,9 @@ public class ScoreInfo : RealmObject, IHasGuidPrimaryKey, IHasRealmFiles, ISoftD
|
|||
|
||||
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