~ruther/NosSmooth

f151cbf54e30fa9a4a1c7f871e6a378f5cb693b7 — Rutherther 2 years ago 115ea2f
fix(packets): make st packet buff vnums a read only list instead of list
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Entities/StPacket.cs
M Packets/NosSmooth.Packets/Server/Entities/StPacket.cs => Packets/NosSmooth.Packets/Server/Entities/StPacket.cs +1 -1
@@ 42,5 42,5 @@ public record StPacket
    [PacketIndex(7)]
    long Mp,
    [PacketListIndex(8, ListSeparator = ' ', IsOptional = true)]
    List<long>? BuffVNums
    IReadOnlyList<long>? BuffVNums
) : IPacket;
\ No newline at end of file

Do not follow this link