mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Structs] Add new structs for future use
This commit is contained in:
@@ -542,7 +542,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
Name = gamename,
|
||||
},
|
||||
HashData = new HashData
|
||||
HashData = new Hash
|
||||
{
|
||||
Size = (size == 0 ? reader.Entry.Size : size),
|
||||
CRC = (crc == "" ? reader.Entry.Crc.ToString("X").ToLowerInvariant() : crc),
|
||||
@@ -626,7 +626,7 @@ namespace SabreTools.Helper
|
||||
Name = Path.GetFileNameWithoutExtension(input).ToLowerInvariant(),
|
||||
},
|
||||
Name = Path.GetFileNameWithoutExtension(input).ToLowerInvariant(),
|
||||
HashData = new HashData
|
||||
HashData = new Hash
|
||||
{
|
||||
Size = extractedsize,
|
||||
CRC = gzcrc.ToLowerInvariant(),
|
||||
|
||||
Reference in New Issue
Block a user