aj-r / RiotNet

A .NET/C# client for the Riot Games API
MIT License
23 stars 10 forks source link

Missing values in MatchParticipantStats #24

Closed TomTomB closed 6 years ago

TomTomB commented 6 years ago

Hi, the following properties are not included inside MatchParticipantStats:

perkPrimaryStyle perkSubStyle

Other missing values are playerScore0 - playerScore9, but since they are not used / always 0, those are of no importance I´d guess.

Cheers

aj-r commented 6 years ago

Those properties are not documented by Riot, which is probably why I missed them. You're right, though - they should be there.

I'll avoid implementing playerScore0 - playerScore9 for now, until Riot decides if they're going to use them properly or get rid of them.

aj-r commented 6 years ago

Fixed in 6.1.0