Add placeholders to main hashfile

This commit is contained in:
Matt Nadareski
2024-11-12 12:40:17 -05:00
parent d06df28f72
commit e8259fed12

View File

@@ -5,6 +5,10 @@ namespace SabreTools.Models.Hashfile
{
public SFV[]? SFV { get; set; }
public MD2[]? MD2 { get; set; }
public MD4[]? MD4 { get; set; }
public MD5[]? MD5 { get; set; }
public SHA1[]? SHA1 { get; set; }