mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-22 22:57:11 +00:00
Add placeholders to main hashfile
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user