chore(packets): add documentation for ski packet
1 files changed, 1 insertions(+), 0 deletions(-) M Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs
M Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs => Packets/NosSmooth.Packets/Server/Skills/SkiPacket.cs +1 -0
@@ 11,6 11,7 @@ namespace NosSmooth.Packets.Server.Skills; /// <summary> /// Information about skills, sent when changing sp, map etc. /// </summary> /// <param name="Unknown">Unknown TODO.</param> /// <param name="PrimarySkillVNum">The primary skill vnum.</param> /// <param name="SecondarySkillVNum">The secondary skill vnum. (may be same as primary in some cases, like for special cards).</param> /// <param name="SkillSubPackets">The rest of the skills.</param>