feat(game): make sure skill cooldown reset is interpreted correctly when sent before "su"
Merge pull request #60 from Rutherther/feat/combat-v1 Make combat nonblocking, make multiple queues for distinct operations
feat(game): remove primary and secondary skill from OtherSkills, add AllSkills
feat(game): put friends, group, inventory, skills in Game instead of Character
chore: make updates to get rid of warnings
Merge pull request #8 from Rutherther/game-objects Game objects
chore(game): add nuget information
feat(game): add character sp points
feat(game): add basic entity and map data
feat: add effects to living entities
fix: use new packets in game responders
fix: use nos smooth packets in game
feat: add helper data records
feat: implement character and player properties
chore: move data classes to correct namespaces
feat: add character type skeleton
feat: add chat types skeleton