~ruther/NosSmooth

2d52bddb09d88454a9fbe680853eee355744ffd4 — František Boháček 3 years ago 35dc622
chore: fix documentation
M Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs +1 -1
@@ 23,7 23,7 @@ namespace NosSmooth.Packets.Packets.Server.Entities;
/// <param name="OwnerId">The id of the owner entity.</param>
/// <param name="SpawnEffect">The effect the entity does on spawning.</param>
/// <param name="IsSitting">Whether the entity is sitting.</param>
/// <param name="Morph">The id of the morph (for special cards an such).</param>
/// <param name="MorphVNum">The id of the morph (for special cards an such).</param>
/// <param name="Name">The name of the entity, if any.</param>
/// <param name="Unknown">Unknown.</param>
/// <param name="Unknown2">Unknown.</param>

M Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/StPacket.cs +1 -0
@@ 21,6 21,7 @@ namespace NosSmooth.Packets.Packets.Server.Entities;
/// <param name="MpPercentage">The current mp percentage.</param>
/// <param name="Hp">The current amount of hp.</param>
/// <param name="Mp">The current amount of mp.</param>
/// <param name="BuffVNums">The list of the buffs the entity has.</param>
[PacketHeader("st", PacketSource.Server)]
[GenerateSerializer(true)]
public record StPacket

M Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs +1 -1
@@ 22,7 22,7 @@ namespace NosSmooth.Packets.Packets.Server.Groups;
/// <param name="Unknown">Unknown.</param>
/// <param name="VNum">The VNum of the pet for pets.</param>
/// <param name="Race">The race of the entity.</param>
/// <param name="Morph">The morph of the entity.</param>
/// <param name="MorphVNum">The morph of the entity.</param>
/// <param name="HeroLevel">The hero level of the entity.</param>
/// <param name="Unknown1">Unknown.</param>
/// <param name="Unknown2">Unknown.</param>

M Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Players/FamilySubPacket.cs +0 -1
@@ 13,7 13,6 @@ namespace NosSmooth.Packets.Packets.Server.Players;
/// </summary>
/// <param name="FamilyId">The id of the family.</param>
/// <param name="Title">The title of the family.</param>
/// <param name="FamilyName">The name of the family.</param>
[GenerateSerializer(true)]
[PacketHeader(null, PacketSource.Server)]
public record FamilySubPacket

Do not follow this link