~ruther/NosSmooth

208eaa304790b987c1f9a19b95f68ae930ad1a08 — Rutherther 2 years ago 926a69a
fix(packets): add packet header for sayi2 packet
1 files changed, 2 insertions(+), 0 deletions(-)

M Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs
M Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs => Packets/NosSmooth.Packets/Server/Chat/Sayi2Packet.cs +2 -0
@@ 19,6 19,8 @@ namespace NosSmooth.Packets.Server.Chat;
/// <param name="Color">The say/message color.</param>
/// <param name="MessageConst">The message constant.</param>
/// <param name="Arguments">The arguments of the message.</param>
[PacketHeader("sayi2", PacketSource.Server)]
[GenerateSerializer(true)]
public record Sayi2Packet
(
    [PacketIndex(0)]

Do not follow this link