From d445f02ba6dc038ad2a68a30100e9575a72de5b7 Mon Sep 17 00:00:00 2001 From: Deterous <138427222+Deterous@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:23:55 +1300 Subject: [PATCH] Specify the reserved attributes --- IRD/File.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IRD/File.cs b/IRD/File.cs index 766e83b..bc9e43d 100644 --- a/IRD/File.cs +++ b/IRD/File.cs @@ -99,14 +99,14 @@ namespace SabreTools.Models.IRD public byte[][] FileHashes { get; set; } /// - /// Future development, must be 0x0000 + /// Extra Config, usually 0x0000 /// - public ushort ExtraAttribute1 { get; set; } + public ushort ExtraConfig { get; set; } /// - /// Future development, must be 0x0000 + /// Attachments, usually 0x0000 /// - public ushort ExtraAttribute2 { get; set; } + public ushort Attachments { get; set; } /// /// D1 key