mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-27 08:39:47 +00:00
12 lines
296 B
C#
12 lines
296 B
C#
namespace SabreTools.Serialization
|
|
{
|
|
/// <summary>
|
|
/// Represents separated-value variants
|
|
/// </summary>
|
|
public static class SeparatedValue
|
|
{
|
|
public const int HeaderWithoutExtendedHashesCount = 14;
|
|
|
|
public const int HeaderWithExtendedHashesCount = 17;
|
|
}
|
|
} |