Add TODO question because I have no idea

This commit is contained in:
Matt Nadareski
2026-04-03 14:05:34 -04:00
parent 52edf9d20c
commit fb711001e9

View File

@@ -3,6 +3,7 @@ using Newtonsoft.Json;
namespace SabreTools.Data.Models.Metadata
{
// TODO: What DAT type does this come from?
[JsonObject("software"), XmlRoot("software")]
public class Software : DatItem
{