Fix on property name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public int TotalJumps { get; set; }
|
||||
|
||||
public int TotalCutaway { get; set; }
|
||||
public int TotalCutaways { get; set; }
|
||||
|
||||
public Jump LastJump { get; set; }
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
public int TotalJumps { get; set; }
|
||||
|
||||
public int TotalCutaway { get; set; }
|
||||
public int TotalCutaways { get; set; }
|
||||
|
||||
public JumpResp LastJump { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user