avivbiton / BlizzardApiReader

.Net Core library to handle Blizzard public APIs
MIT License
35 stars 36 forks source link

Make guild accept partial information #56

Closed redmars27 closed 5 years ago

redmars27 commented 5 years ago

Fixing that the information about a guild when you get it from its guild members is not complete, so I needed to create a "duplicate" class to be able to store that partial information, with this fix, the guild class will know what to do even if coming with partial information.