Skip to content

Commit

Permalink
missing Losses field in LeagueEntry, fixes #122
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Apr 6, 2015
1 parent a52d071 commit 21eb988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RiotSharp/LeagueEndpoint/LeagueEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ internal LeagueEntry() { }
[JsonProperty("leaguePoints")]
public int LeaguePoints { get; set; }

/// <summary>
/// The number of losses for the participant.
/// </summary>
[JsonProperty("losses")]
public int Losses { get; set; }

/// <summary>
/// Mini series data for the participant. Only present if the participant is currently in a mini series.
/// </summary>
Expand Down

0 comments on commit 21eb988

Please sign in to comment.