mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Editorconfig cleanup of STFS
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SabreTools.Data.Models.STFS
|
||||
{
|
||||
/// <summary>
|
||||
@@ -30,7 +28,7 @@ namespace SabreTools.Data.Models.STFS
|
||||
public LicenseEntry[] LicensingData { get; set; } = new LicenseEntry[16];
|
||||
|
||||
/// <summary>
|
||||
/// SHA-1 Integrity Hash of the header (from ContentType/0x344 to first hash table)
|
||||
/// SHA-1 Integrity Hash of the header (from ContentType/0x344 to first hash table)
|
||||
/// </summary>
|
||||
/// <remarks>20 bytes</remarks>
|
||||
public byte[] HeaderHash { get; set; } = new byte[20];
|
||||
|
||||
Reference in New Issue
Block a user