From 2d52bddb09d88454a9fbe680853eee355744ffd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 20:21:26 +0100 Subject: [PATCH] chore: fix documentation --- .../Packets/Server/Entities/InNonPlayerSubPacket.cs | 2 +- Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs | 1 + Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs | 2 +- .../NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs index c2b7c43..77c4bcb 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs @@ -23,7 +23,7 @@ namespace NosSmooth.Packets.Packets.Server.Entities; /// The id of the owner entity. /// The effect the entity does on spawning. /// Whether the entity is sitting. -/// The id of the morph (for special cards an such). +/// The id of the morph (for special cards an such). /// The name of the entity, if any. /// Unknown. /// Unknown. diff --git a/Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs index db716bf..b4b3c02 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs @@ -21,6 +21,7 @@ namespace NosSmooth.Packets.Packets.Server.Entities; /// The current mp percentage. /// The current amount of hp. /// The current amount of mp. +/// The list of the buffs the entity has. [PacketHeader("st", PacketSource.Server)] [GenerateSerializer(true)] public record StPacket diff --git a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs index bc9381d..2b72f2e 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs @@ -22,7 +22,7 @@ namespace NosSmooth.Packets.Packets.Server.Groups; /// Unknown. /// The VNum of the pet for pets. /// The race of the entity. -/// The morph of the entity. +/// The morph of the entity. /// The hero level of the entity. /// Unknown. /// Unknown. diff --git a/Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs index 05ee45d..5aec17c 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs @@ -13,7 +13,6 @@ namespace NosSmooth.Packets.Packets.Server.Players; /// /// The id of the family. /// The title of the family. -/// The name of the family. [GenerateSerializer(true)] [PacketHeader(null, PacketSource.Server)] public record FamilySubPacket -- 2.49.0