~ruther/NosSmooth

1c4c9a94a92e3968b63d81366b33beae14ae35d9 — Rutherther 2 years ago 7d00cb8
fix(packets): add missing constructor to PreqPacket
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs
M Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs => Packets/NosSmooth.Packets/Client/Movement/PreqPacket.cs +1 -1
@@ 13,4 13,4 @@ namespace NosSmooth.Packets.Client.Movement;
/// </summary>
[PacketHeader("preq", PacketSource.Server)]
[GenerateSerializer(true)]
public record PreqPacket : IPacket;
\ No newline at end of file
public record PreqPacket() : IPacket;
\ No newline at end of file

Do not follow this link