Add xmldoc on LegacyTotalScore

This commit is contained in:
Dan Balasescu 2023-06-27 17:18:32 +09:00
parent 5f350aa66f
commit 6e2369e651
1 changed files with 3 additions and 0 deletions

View File

@ -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; }