fix(game): add skills api to the service provider
fix(game): make aggregate error only for errors, not successful results in event dispatcher
fix(core): do not add packet responder multiple times
feat(game): handle max hp, mp in su and st packets
feat(packets): add hp, max hp into su and st packets
chore(packets): update version
fix(packets): implement IPacket in Sayi2Packet
tests(game): add raid tests
fix(game): do not change raid boss after first initialization in case of more bosses
fix(game): handle raid leader before rdlst (raid initialized) correctly
fix(packets): make correct context list count property in PtctlPacket
feat(game): respond to rest, raidfhp, tp, throw, mapclear, die, char_sc packets
Resolves #58
tests: add ptctl deserialization test
feat(packets): add buff, chat, raid, teleport, mates control packets
feat(packets): make lists and conditional parameters non-optional non-nullable
fix(packets): move validation of "not last token" from previuos parameter to current
fix(packets): change context list attribute generator to respect current api
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens