eklypss / PUBGSharp

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

line 27 of example code has typo #5

Closed sir-wallaby closed 7 years ago

sir-wallaby commented 7 years ago

Using the current version usage should be changed from x.Region == Region.AGG to x.Region == PUBGSharp.Region.NA

sir-wallaby commented 7 years ago

Sorry, for some reason my VS doesn't like just region, had to quantify.