~ruther/NosSmooth

1483c28f3c7f6efea9e32c04bd65d375e4c59e16 — František Boháček 2 years ago caf312b
fix(packets): add packet header for qnaml packet
1 files changed, 1 insertions(+), 0 deletions(-)

M Packets/NosSmooth.Packets/Server/UI/QnamlPacket.cs
M Packets/NosSmooth.Packets/Server/UI/QnamlPacket.cs => Packets/NosSmooth.Packets/Server/UI/QnamlPacket.cs +1 -0
@@ 19,6 19,7 @@ namespace NosSmooth.Packets.Server.UI;
/// <param name="Type">The ui location.</param>
/// <param name="AcceptCommand">The command/packet to send to accept the dialog.</param>
/// <param name="Message">The message of the dialog.</param>
[PacketHeader("qnaml", PacketSource.Server)]
[GenerateSerializer(true)]
public record QnamlPacket
(