~ruther/NosSmooth

d532b7eac3598b1181923dd29ce4112bfec33d15 — František Boháček 2 years ago b2e96e2
docs: add basic information about packets to README
1 files changed, 5 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +5 -0
@@ 37,6 37,11 @@ The migration will migrate all languages NosTale supports.
See the sample `DataBrowser` for more details about the usage.

### Packets
NosTale packets are located inside of `NosSmooth.Packets`.
Serializers and deserializers are generated using source generators.
The source generator is located in `NosSmooth.PacketSerializersGenerator`.

Serializing the packets may be done using `NosSmooth.PacketSerializer`.

### Core (Low level)
The core contains abstractions for the NosTale client, packets and commands.

Do not follow this link