feat(packets): add miniland info and objects packets
feat(samples): add sample with loading data from a file
feat(game): add handling of packets for maps and entities
feat(game): add basic entity and map data
chore: add NosSmooth.Game to solution
fix: use correct namespaces inside of game project
feat: extract game semaphores logic
feat: add effects to living entities
fix: use new packets in game responders
feat: implement cinfo packet
fix: implement IPacket in use skill packets
fix: use nos smooth packets in game
chore: add IsExternalInit to fix records for netstandard 2.0
feat: add helper data records
feat: register responders for character actions
feat: add semaphore to game
feat: add responders for character actions