Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

changed method GetUInt to GetInt, changed Rank type from uint to int … #125

Merged
merged 3 commits into from
Oct 16, 2020

Conversation

ceterisp
Copy link

@ceterisp ceterisp commented Oct 15, 2020

Closes #124 . I have changed the data type of Rank property from uint to int as well as changed the method to GetInt in SeasonStatsDeserializer class so that the json object returns an int type. I have also removed the (int) cast inside RankInfo property in SeasonStats class as it is not needed anymore.

Thank you for letting me contribute to this issue!

@aspriddell aspriddell merged commit 8409197 into dragonfruitnetwork:master Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the Rank property to int in SeasonStats class
2 participants