From d532b7eac3598b1181923dd29ce4112bfec33d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 21 Jan 2023 20:41:54 +0100 Subject: [PATCH] docs: add basic information about packets to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b97156..08a3135 100644 --- a/README.md +++ b/README.md @@ -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. -- 2.49.0