Store the user statistics for the performance.
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
{
|
||||
public class SimpleSummary
|
||||
{
|
||||
public int TotalJumps { get; set; }
|
||||
|
||||
public int TotalCutaways { get; set; }
|
||||
#region Public Properties
|
||||
|
||||
public Jump LastJump { get; set; }
|
||||
public int TotalCutaways { get; set; }
|
||||
public int TotalJumps { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user