RiotSharp
RiotSharp copied to clipboard
"damageDealtToObjectives" missing in ParticipantStats.cs
I believe it's a simple addition to the code with:
[JsonProperty("damageDealtToObjectives")] public long DamageDealtToObjectives { get; set; }
feel free to open a PR :+1: