eklypss / PUBGSharp

C# wrapper for PUBG stats API
25 stars 14 forks source link

Needs update for 2018 release season(s) #26

Closed AliStarr closed 2 years ago

AliStarr commented 6 years ago

Currently there is no option in the Regions enum for the newest season or future proofing for the seasons as they come.

Stanley1551 commented 6 years ago

Yes, an update would be great. Looking forward for it!

HoundThe commented 6 years ago

Just have a look at the PUBGTracker API for the new season key (new season is: 2018-01 and the following seasons will probably follow the same pattern) Just add another public const string to PUBGSharp/Helpers/Seasons.cs and add the value of the new season so now it will be public const string Season1= "2018-01";

Probably the next season will follow the same pattern AKA 2018-02,03,04 ....