Nikey646 / VndbSharp

A C# Vndb API Library. #OriginalNamingScheme
MIT License
18 stars 4 forks source link

Add support for get character instances [2018-06-13 update] #44

Closed Nikey646 closed 4 years ago

Nikey646 commented 6 years ago

Just requires adding a VndbFlag, an CharacterInstance object with the required properties (All properties used exist elsewhere, so ensure that they match the other variations) and putting an IReadOnlyCollection<CharacterInstance> property onto the Character object.

Future me will most likely add this, maybe after merging the dev branch if no one else does :D