~ruther/NosSmooth

d9f3b9b98d82d022f5e5c7c403ab7bd12381ac9e — František Boháček 3 years ago 50211ed
feat: make list separator char
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs
M Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs => Core/NosSmooth.Packets/Attributes/PacketListIndexAttribute.cs +1 -1
@@ 26,7 26,7 @@ public class PacketListIndexAttribute : PacketIndexAttribute
    /// <summary>
    /// Gets or sets the separator of the items in the array.
    /// </summary>
    public string ListSeparator { get; set; } = "|";
    public char ListSeparator { get; set; } = '|';

    /// <summary>
    /// Gets or sets the length of the array.

Do not follow this link