~ruther/NosSmooth

58b1e1aff9662048065b2c194d52eaeaba2d5ba7 — František Boháček 2 years ago 18763fe
fix(packets): implement IPacket in Sayi2Packet
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs
M Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs => Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs +1 -1
@@ 33,4 33,4 @@ public record Sayi2Packet
    short ParametersCount,
    [PacketListIndex(5, ListSeparator = ' ')]
    IReadOnlyList<string> Parameters
);
\ No newline at end of file
) : IPacket;
\ No newline at end of file

Do not follow this link