Add readd note

This commit is contained in:
Matt Nadareski
2026-06-22 11:55:59 -04:00
parent 34cee41002
commit 560802ab54

View File

@@ -27,6 +27,7 @@ namespace SabreTools.RedumpLib.Data.Sections
[JsonIgnore]
public Dictionary<SiteCode, string> ContentsSpecialFields { get; set; } = [];
// TODO: Add back Dictionary<string, List<string>?> FullProtections
[JsonProperty(PropertyName = "protection", NullValueHandling = NullValueHandling.Ignore)]
public string? Protection { get; set; }