Technically use CodecType

This commit is contained in:
Matt Nadareski
2024-10-31 13:42:37 -04:00
parent 5565fa2fc3
commit 1620d00edf

View File

@@ -6,7 +6,7 @@
/// <summary>
/// Which custom compressors are used?
/// </summary>
public uint[] Compressors { get; set; } = new uint[4];
public CodecType[] Compressors { get; set; } = new CodecType[4];
/// <summary>
/// Logical size of the data (in bytes)