~ruther/NosSmooth

dd1ce75c06576d2022e4612abfcee6e565b2306c — Rutherther 2 years ago d532b7e
feat(packets): allow multiple separators in sayi2 packet
1 files changed, 2 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 +2 -1
@@ 7,6 7,7 @@
using NosSmooth.Packets.Enums;
using NosSmooth.Packets.Enums.Chat;
using NosSmooth.Packets.Enums.Entities;
using NosSmooth.Packets.Server.Battle;
using NosSmooth.PacketSerializer.Abstractions.Attributes;

namespace NosSmooth.Packets.Server.Chat;


@@ 26,7 27,7 @@ public record Sayi2Packet
(
    [PacketIndex(0)]
    EntityType EntityType,
    [PacketIndex(1)]
    [PacketIndex(1, AllowMultipleSeparators = true)]
    long EntityId,
    [PacketIndex(2)]
    SayColor Color,

Do not follow this link