From e844e11e5d4b0b9989b75b408b541f74ae102e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 00:06:15 +0100 Subject: [PATCH] chore: add pinit sub packet unknown properties description --- Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs index 3a07a03..d2feb33 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs @@ -24,6 +24,8 @@ namespace NosSmooth.Packets.Packets.Server.Groups; /// The race of the entity. /// The morph of the entity. /// The hero level of the entity. +/// Unknown. +/// Unknown. [GenerateSerializer] [PacketHeader(null, PacketSource.Server)] public record PinitSubPacket -- 2.48.1