feat: add possibility to add fixed length for packet lists
1 files changed, 5 insertions(+), 0 deletions(-) M Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs
M Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs => Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs +5 -0
@@ 27,4 27,9 @@ public class PacketListIndexAttribute : PacketIndexAttribute /// Gets or sets the separator of the items in the array. /// </summary> public string ListSeparator { get; set; } = "|"; /// <summary> /// Gets or sets the length of the array. /// </summary> public uint Length { get; set; } = 0; } \ No newline at end of file