Nikey646 / VndbSharp

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

Set up most of the code for getting staff. #25

Closed micah686 closed 7 years ago

micah686 commented 7 years ago

I set up most of what was needed to run a "get staff" command. Using VndbFlags.Aliases currently breaks the program, so I have disabled the flag and model properties until someone else or I can figure out why it's causing a crash.

Other than that, the GetStaffAsync should be fully implemented.

micah686 commented 7 years ago

Ok, see if those changes that I made are acceptable.