From fa602acce8818ba6be7396f6203b3adecf05ddf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Tue, 3 Jan 2023 23:29:41 +0100 Subject: [PATCH] chore(packets): add documentation for ski packet --- Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs b/Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs index 989843d..7f299fa 100644 --- a/Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs @@ -11,6 +11,7 @@ namespace NosSmooth.Packets.Server.Skills; /// /// Information about skills, sent when changing sp, map etc. /// +/// Unknown TODO. /// The primary skill vnum. /// The secondary skill vnum. (may be same as primary in some cases, like for special cards). /// The rest of the skills. -- 2.48.1