9 lines
178 B
C#
9 lines
178 B
C#
|
|
namespace ROMVault2.SupportedFiles.SevenZip.Structure
|
|||
|
|
{
|
|||
|
|
public class UnpackedStreamInfo
|
|||
|
|
{
|
|||
|
|
public ulong UnpackedSize;
|
|||
|
|
public uint? Crc;
|
|||
|
|
}
|
|||
|
|
}
|