Fix on property name

This commit is contained in:
Sébastien André
2020-03-03 15:57:35 +01:00
parent 6a5e9020d5
commit 3363a72323
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
public int TotalJumps { get; set; }
public int TotalCutaway { get; set; }
public int TotalCutaways { get; set; }
public Jump LastJump { get; set; }
}

View File

@@ -4,7 +4,7 @@
{
public int TotalJumps { get; set; }
public int TotalCutaway { get; set; }
public int TotalCutaways { get; set; }
public JumpResp LastJump { get; set; }
}