mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] How did I miss this?
This commit is contained in:
@@ -244,7 +244,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
get { return _sha1Count; }
|
get { return _sha1Count; }
|
||||||
set { _sha1Count = value; }
|
set { _sha1Count = value; }
|
||||||
}
|
}
|
||||||
public long _sha256Count
|
public long SHA256Count
|
||||||
{
|
{
|
||||||
get { return _sha256Count; }
|
get { return _sha256Count; }
|
||||||
set { _sha256Count = value; }
|
set { _sha256Count = value; }
|
||||||
|
|||||||
Reference in New Issue
Block a user