~ruther/NosSmooth

04d319b5c75d41a1b7ca789a73d8a9e03ece5cba — František Boháček 3 years ago 927f25b
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

Do not follow this link