dragonfruitnetwork / dragon6-api

Rainbow Six Siege Stats API for .NET
Apache License 2.0
12 stars 6 forks source link

General Stats Containers #53

Closed byBlurr closed 4 years ago

byBlurr commented 4 years ago

To make the api more user friendly, we will benefit from creating containers for the general stats. This will reduce the amount of clutter within the GeneralStats.

Within the general stats, we will have RankedStatsContainer, CasualStatsContainer and TrainingStatsContainer.

aspriddell commented 4 years ago

@byBlurr does this look like what you imagined?

image

byBlurr commented 4 years ago

Yes, that will make the api a lot more user friendly and organised!

aspriddell commented 4 years ago

also made containers for your Rank class and HighScores

byBlurr commented 4 years ago

👍