diff --git a/SabreTools.Models/TAR/Entry.cs b/SabreTools.Models/TAR/Entry.cs index 4241547..aa7f20c 100644 --- a/SabreTools.Models/TAR/Entry.cs +++ b/SabreTools.Models/TAR/Entry.cs @@ -1,5 +1,3 @@ -using System.Collections.Generic; - namespace SabreTools.Models.TAR { public sealed class Entry @@ -12,6 +10,6 @@ namespace SabreTools.Models.TAR /// /// 0 or more blocks representing the content /// - public List? Blocks { get; set; } + public Block[]? Blocks { get; set; } } } \ No newline at end of file