Merge pull request #55 from Rutherther/feat/contracts Add contract system
feat(game): split nostale apis into safe, unsafe, add contracts usage
chore: use specific errors instead of GenericError
chore: add async analyzer and meet its standards
Merge pull request #51 from Rutherther/feat/easy-api Add easy apis for various things
feat(game): add mate skills api
feat(game): update skills api to allow using skills on self (character)
feat(game): add inventory api
feat(game): add inventory api
feat(game): add api for mates (company, stay, send back)
chore: make updates to get rid of warnings
fix(packets): correctly use cast id instead of vnum in UseSkill packet
Merge pull request #8 from Rutherther/game-objects Game objects
fix: use correct namespaces inside of game project
fix: use nos smooth packets in game
feat: add packet api for chat and skills