RiotSharp icon indicating copy to clipboard operation
RiotSharp copied to clipboard

"damageDealtToObjectives" missing in ParticipantStats.cs

Open mrdoowan opened this issue 6 years ago • 1 comments

I believe it's a simple addition to the code with:

[JsonProperty("damageDealtToObjectives")] public long DamageDealtToObjectives { get; set; }

mrdoowan avatar Oct 23 '19 02:10 mrdoowan

feel free to open a PR :+1:

BenFradet avatar Oct 23 '19 06:10 BenFradet